Html Css Color HEX #DCA851 Rob Roy

📋 copy color: '#DCA851'

red 220 ◦ green 168 ◦ blue 81

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

Shades of Rob Roy #DCA851

Tints of Rob Roy #DCA851

RGB

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

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

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

R = 46.91%
G = 35.82%
B = 17.27%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DCA851 (or 0xDCA851) is known color: Rob Roy. HEX triplet: DC, A8 and 51. RGB value is (220,168,81). Sum of RGB (Red+Green+Blue) = 220+168+81=469 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.91% from 469); Green value is 168 (66.02% from 255 or 35.82% from 469); Blue value is 81 (32.03% from 255 or 17.27% from 469); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA851 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA851 is #2357AE. Grayscale: #AEAEAE. Windows color (decimal): -2316207 or 5351644. OLE color: 5351644.

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

Color convert

RGB 220 168 81 -
CMYK 0 0.24 0.63 0.14
HSL 37.55º 0.67% 0.59% -
HSV(B) 37.55º 0.63% 0.86% -
XYZ 45 43.81 13.87 -
YUV 173.63 75.73 161.07 -
System Red Green Blue C M Y K H S L
Decimal 220 168 81 0 0.24 0.63 0.14 37.55 0.67 0.59
Hex DC A8 51 0 18 3F E 26 43 3B
Octal 334 250 121 0 30 77 16 46 103 73
Binary 11011100 10101000 1010001 0 11000 111111 1110 100110 1000011 111011

Color Harmonies of #DCA851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA851

Black with #DCA851

Text Example


Text Example

White with #DCA851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA851; }

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

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

background-color css

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

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

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

border-color css

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

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

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