Html Css Color HEX #DCA852 Rob Roy

📋 copy color: '#DCA852'

red 220 ◦ green 168 ◦ blue 82

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

Shades of Rob Roy #DCA852

Tints of Rob Roy #DCA852

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 17.45%

R = 46.81%
G = 35.74%
B = 17.45%

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

#DCA852 (or 0xDCA852) is known color: Rob Roy. HEX triplet: DC, A8 and 52. RGB value is (220,168,82). Sum of RGB (Red+Green+Blue) = 220+168+82=470 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.81% from 470); Green value is 168 (66.02% from 255 or 35.74% from 470); Blue value is 82 (32.42% from 255 or 17.45% from 470); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA852 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA852 is #2357AD. Grayscale: #AEAEAE. Windows color (decimal): -2316206 or 5417180. OLE color: 5417180.

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

Color convert

RGB 220 168 82 -
CMYK 0 0.24 0.63 0.14
HSL 37.39º 0.66% 0.59% -
HSV(B) 37.39º 0.63% 0.86% -
XYZ 45.04 43.83 14.07 -
YUV 173.74 76.23 160.99 -
System Red Green Blue C M Y K H S L
Decimal 220 168 82 0 0.24 0.63 0.14 37.39 0.66 0.59
Hex DC A8 52 0 18 3F E 25 42 3B
Octal 334 250 122 0 30 77 16 45 102 73
Binary 11011100 10101000 1010010 0 11000 111111 1110 100101 1000010 111011

Color Harmonies of #DCA852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA852

Black with #DCA852

Text Example


Text Example

White with #DCA852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA852; }

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

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

background-color css

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

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

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

border-color css

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

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

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