Color Hex Logo

#da833d Color Hex

#DA833D
(218,131,61)
0 Favorites   0 Comments

Color spaces of #da833d

RGB 21813161
HSL0.070.680.55
HSV27°72°85°
CMYK 0.000.400.72   0.15
XYZ37.872031.47498.4941
Yxy31.47490.48650.4043
Hunter Lab56.102522.317130.2950
CIE-Lab62.906527.814250.5884

#da833d color RGB value is (218,131,61).

#da833d hex color red value is 218, green value is 131 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #da833d hue: 0.07 , saturation: 0.68 and the lightness value of da833d is 0.55.

The process color (four color CMYK) of #da833d color hex is 0.00, 0.40, 0.72, 0.15. Web safe color of #da833d is #cc9933. Color #da833d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10000011 00111101
Octal 332 203 75
Decimal 218 131 61
Hex DA 83 3D

RGB Percentages of Color #da833d

%53.17
%31.95
%14.88

CMYK Percentages of Color #da833d

%0
%40
%72
%15

Triadic Colors of #da833d

#da833d #3dda83 #833dda

Analogous Colors of #da833d

#da833d #dad23d #da3d46

Monochromatic Colors of #da833d

#da833d

Complementary Color

#da833d #3d94da

#da833d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da833d Color Preview on White Background

Lorem ipsum dolor sit amet.

#da833d Color CSS Codes

.mybgcolor {background-color:#da833d; } 
.myforecolor {color:#da833d; }
.mybordercolor {border:3px solid #da833d; }

#da833d Text Font Color

<p style="color:#da833d">Text here</p>

This sample text font color is #da833d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#da833d Background Color

<div style="background-color:#da833d">
Div content here</div>

This div background color is #da833d


#da833d Border Color

<div style="border:3px solid #da833d">
Div here</div>

This div border color is #da833d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(218,131,61, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #da833d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #da833d;
  -webkit-box-shadow: 1px 1px 3px 2px #da833d;
  box-shadow:         1px 1px 3px 2px #da833d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,131,61, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #da833d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #da833d;
  -webkit-box-shadow: 1px 1px 3px 2px #da833d;
  box-shadow:         1px 1px 3px 2px #da833d;">
Div content here</div>

This div box has shadow with color #da833d


Comments

No comments written yet.

Please login to write comment.