Html Css Color HEX #DCA552 Rob Roy

📋 copy color: '#DCA552'

red 220 ◦ green 165 ◦ blue 82

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

Shades of Rob Roy #DCA552

Tints of Rob Roy #DCA552

RGB

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

 GREEN value IS 165 (64.84% from 255) = 35.33%

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

R = 47.11%
G = 35.33%
B = 17.56%

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

#DCA552 (or 0xDCA552) is known color: Rob Roy. HEX triplet: DC, A5 and 52. RGB value is (220,165,82). Sum of RGB (Red+Green+Blue) = 220+165+82=467 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.11% from 467); Green value is 165 (64.84% from 255 or 35.33% from 467); Blue value is 82 (32.42% from 255 or 17.56% from 467); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA552 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA552 is #235AAD. Grayscale: #ACACAC. Windows color (decimal): -2316974 or 5416412. OLE color: 5416412.

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

Color convert

RGB 220 165 82 -
CMYK 0 0.25 0.63 0.14
HSL 36.09º 0.66% 0.59% -
HSV(B) 36.09º 0.63% 0.86% -
XYZ 44.49 42.74 13.89 -
YUV 171.98 77.22 162.25 -
System Red Green Blue C M Y K H S L
Decimal 220 165 82 0 0.25 0.63 0.14 36.09 0.66 0.59
Hex DC A5 52 0 19 3F E 24 42 3B
Octal 334 245 122 0 31 77 16 44 102 73
Binary 11011100 10100101 1010010 0 11001 111111 1110 100100 1000010 111011

Color Harmonies of #DCA552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA552

Black with #DCA552

Text Example


Text Example

White with #DCA552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA552; }

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

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

background-color css

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

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

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

border-color css

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

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

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