Html Css Color HEX #DCA859 Rob Roy

📋 copy color: '#DCA859'

red 220 ◦ green 168 ◦ blue 89

#DCA859
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rob Roy #DCA859

Tints of Rob Roy #DCA859

RGB

 RED value IS 220 (86.33% from 255) = 46.12%

 GREEN value IS 168 (66.02% from 255) = 35.22%

 BLUE value IS 89 (35.16% from 255) = 18.66%

R = 46.12%
G = 35.22%
B = 18.66%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.60

 K value IS 0.14

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DCA859 (or 0xDCA859) is known color: Rob Roy. HEX triplet: DC, A8 and 59. RGB value is (220,168,89). Sum of RGB (Red+Green+Blue) = 220+168+89=477 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.12% from 477); Green value is 168 (66.02% from 255 or 35.22% from 477); Blue value is 89 (35.16% from 255 or 18.66% from 477); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA859 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA859 is #2357A6. Grayscale: #AEAEAE. Windows color (decimal): -2316199 or 5875932. OLE color: 5875932.

HSL color Cylindrical-coordinate representation of color #DCA859: hue angle of 36.18º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DCA859 is Cyan = 0, Magento = 0.24, Yellow = 0.60 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 168 89 -
CMYK 0 0.24 0.60 0.14
HSL 36.18º 0.65% 0.61% -
HSV(B) 36.18º 0.6% 0.86% -
XYZ 45.32 43.94 15.54 -
YUV 174.54 79.73 160.42 -
System Red Green Blue C M Y K H S L
Decimal 220 168 89 0 0.24 0.60 0.14 36.18 0.65 0.61
Hex DC A8 59 0 18 3C E 24 41 3D
Octal 334 250 131 0 30 74 16 44 101 75
Binary 11011100 10101000 1011001 0 11000 111100 1110 100100 1000001 111101

Color Harmonies of #DCA859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA859

Black with #DCA859

Text Example


Text Example

White with #DCA859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA859; }

 p { color: rgb(220,168,89); }

 H1.HeaderClassName
 {
   color: #DCA859;
 }
 .AnyTagClassName
 {
   color: #DCA859;
 }
</style>

background-color css

<style>
 a { background-color: #DCA859; }

 a { background-color: rgb(220,168,89); }

 div.DivClassName
 {
   background-color: #DCA859;
 }
 .BgClassName
 {
   background-color: #DCA859;
 }
</style>

border-color css

<style>
 span { border-color: #DCA859; }

 span { border-color: rgb(220,168,89); }

 td.TdClassName
 {
   border-color: #DCA859;
 }
 .TagClassName
 {
   border-color: #DCA859;
 }
</style>