Html Css Color HEX #DCA652 Rob Roy

📋 copy color: '#DCA652'

red 220 ◦ green 166 ◦ blue 82

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

Shades of Rob Roy #DCA652

Tints of Rob Roy #DCA652

RGB

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

 GREEN value IS 166 (65.23% from 255) = 35.47%

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

R = 47.01%
G = 35.47%
B = 17.52%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DCA652 (or 0xDCA652) is known color: Rob Roy. HEX triplet: DC, A6 and 52. RGB value is (220,166,82). Sum of RGB (Red+Green+Blue) = 220+166+82=468 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.01% from 468); Green value is 166 (65.23% from 255 or 35.47% from 468); Blue value is 82 (32.42% from 255 or 17.52% from 468); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA652 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA652 is #2359AD. Grayscale: #ACACAC. Windows color (decimal): -2316718 or 5416668. OLE color: 5416668.

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

Color convert

RGB 220 166 82 -
CMYK 0 0.25 0.63 0.14
HSL 36.52º 0.66% 0.59% -
HSV(B) 36.52º 0.63% 0.86% -
XYZ 44.67 43.1 13.95 -
YUV 172.57 76.89 161.83 -
System Red Green Blue C M Y K H S L
Decimal 220 166 82 0 0.25 0.63 0.14 36.52 0.66 0.59
Hex DC A6 52 0 19 3F E 25 42 3B
Octal 334 246 122 0 31 77 16 45 102 73
Binary 11011100 10100110 1010010 0 11001 111111 1110 100101 1000010 111011

Color Harmonies of #DCA652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA652

Black with #DCA652

Text Example


Text Example

White with #DCA652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA652; }

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

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

background-color css

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

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

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

border-color css

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

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

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