Html Css Color HEX #DCAF54 Rob Roy

📋 copy color: '#DCAF54'

red 220 ◦ green 175 ◦ blue 84

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

Shades of Rob Roy #DCAF54

Tints of Rob Roy #DCAF54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 17.54%

R = 45.93%
G = 36.53%
B = 17.54%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#DCAF54 (or 0xDCAF54) is known color: Rob Roy. HEX triplet: DC, AF and 54. RGB value is (220,175,84). Sum of RGB (Red+Green+Blue) = 220+175+84=479 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.93% from 479); Green value is 175 (68.75% from 255 or 36.53% from 479); Blue value is 84 (33.20% from 255 or 17.54% from 479); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAF54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAF54 is #2350AB. Grayscale: #B2B2B2. Windows color (decimal): -2314412 or 5550044. OLE color: 5550044.

HSL color Cylindrical-coordinate representation of color #DCAF54: hue angle of 40.15º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DCAF54 is Cyan = 0, Magento = 0.20, Yellow = 0.62 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 175 84 -
CMYK 0 0.20 0.62 0.14
HSL 40.15º 0.66% 0.6% -
HSV(B) 40.15º 0.62% 0.86% -
XYZ 46.45 46.52 14.92 -
YUV 178.08 74.91 157.9 -
System Red Green Blue C M Y K H S L
Decimal 220 175 84 0 0.20 0.62 0.14 40.15 0.66 0.6
Hex DC AF 54 0 14 3E E 28 42 3C
Octal 334 257 124 0 24 76 16 50 102 74
Binary 11011100 10101111 1010100 0 10100 111110 1110 101000 1000010 111100

Color Harmonies of #DCAF54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAF54

Black with #DCAF54

Text Example


Text Example

White with #DCAF54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAF54; }

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

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

background-color css

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

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

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

border-color css

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

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

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