Html Css Color HEX #DCAF59 Rob Roy

📋 copy color: '#DCAF59'

red 220 ◦ green 175 ◦ blue 89

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

Shades of Rob Roy #DCAF59

Tints of Rob Roy #DCAF59

RGB

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

 GREEN value IS 175 (68.75% from 255) = 36.16%

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

R = 45.45%
G = 36.16%
B = 18.39%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#DCAF59 (or 0xDCAF59) is known color: Rob Roy. HEX triplet: DC, AF and 59. RGB value is (220,175,89). Sum of RGB (Red+Green+Blue) = 220+175+89=484 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.45% from 484); Green value is 175 (68.75% from 255 or 36.16% from 484); Blue value is 89 (35.16% from 255 or 18.39% from 484); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAF59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAF59 is #2350A6. Grayscale: #B3B3B3. Windows color (decimal): -2314407 or 5877724. OLE color: 5877724.

HSL color Cylindrical-coordinate representation of color #DCAF59: hue angle of 39.39º 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 #DCAF59 is Cyan = 0, Magento = 0.20, Yellow = 0.60 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 175 89 -
CMYK 0 0.20 0.60 0.14
HSL 39.39º 0.65% 0.61% -
HSV(B) 39.39º 0.6% 0.86% -
XYZ 46.65 46.6 15.99 -
YUV 178.65 77.41 157.49 -
System Red Green Blue C M Y K H S L
Decimal 220 175 89 0 0.20 0.60 0.14 39.39 0.65 0.61
Hex DC AF 59 0 14 3C E 27 41 3D
Octal 334 257 131 0 24 74 16 47 101 75
Binary 11011100 10101111 1011001 0 10100 111100 1110 100111 1000001 111101

Color Harmonies of #DCAF59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAF59

Black with #DCAF59

Text Example


Text Example

White with #DCAF59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAF59; }

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

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

background-color css

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

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

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

border-color css

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

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

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