Html Css Color HEX #DCAF51 Rob Roy

📋 copy color: '#DCAF51'

red 220 ◦ green 175 ◦ blue 81

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

Shades of Rob Roy #DCAF51

Tints of Rob Roy #DCAF51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 17.02%

R = 46.22%
G = 36.76%
B = 17.02%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DCAF51 (or 0xDCAF51) is known color: Rob Roy. HEX triplet: DC, AF and 51. RGB value is (220,175,81). Sum of RGB (Red+Green+Blue) = 220+175+81=476 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.22% from 476); Green value is 175 (68.75% from 255 or 36.76% from 476); Blue value is 81 (32.03% from 255 or 17.02% from 476); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAF51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAF51 is #2350AE. Grayscale: #B2B2B2. Windows color (decimal): -2314415 or 5353436. OLE color: 5353436.

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

Color convert

RGB 220 175 81 -
CMYK 0 0.20 0.63 0.14
HSL 40.58º 0.67% 0.59% -
HSV(B) 40.58º 0.63% 0.86% -
XYZ 46.33 46.47 14.31 -
YUV 177.74 73.41 158.14 -
System Red Green Blue C M Y K H S L
Decimal 220 175 81 0 0.20 0.63 0.14 40.58 0.67 0.59
Hex DC AF 51 0 14 3F E 29 43 3B
Octal 334 257 121 0 24 77 16 51 103 73
Binary 11011100 10101111 1010001 0 10100 111111 1110 101001 1000011 111011

Color Harmonies of #DCAF51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAF51

Black with #DCAF51

Text Example


Text Example

White with #DCAF51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAF51; }

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

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

background-color css

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

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

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

border-color css

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

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

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