#DCA455

Color #DCA455 Rob Roy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rob Roy #DCA455

Tints of Rob Roy #DCA455

Color information

#DCA455 (or 0xDCA455) is unknown color: approx Rob Roy. HEX triplet: DC, A4 and 55. RGB value is (220,164,85). Sum of RGB (Red+Green+Blue) = 220+164+85=469 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.91% from 469); Green value is 164 (64.45% from 255 or 34.97% from 469); Blue value is 85 (33.59% from 255 or 18.12% from 469); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA455 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA455 is #235BAA. Grayscale: #ACACAC. Windows color (decimal): -2317227 or 5612764. OLE color: 5612764.

HSL color Cylindrical-coordinate representation of color #DCA455: hue angle of 35.11º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DCA455 is Cyan = 0, Magento = 0.25, Yellow = 0.61 and Black (K on CMYK) = 0.14.

Color convert

RGB22016485-
CMYK00.250.610.14
HSL35.11º65.85%59.8%-
HSV(B)35.11º61.36%86.27%-
XYZ44.4342.4214.44-
YUV171.7479.05162.42-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 46.91%
GREEN value IS 164 (64.45% from 255) = 34.97%
BLUE value IS 85 (33.59% from 255) = 18.12%
R=46.91%
G=34.97%
B=18.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.61
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201648500.250.610.1435.1165.8559.8
HexDCA4550193DE23423c
Octal33424412503175164310274
Binary1101110010100100101010101100111110111101000111000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA455; }

 p { color: rgb(220,164,85); }

 H1.HeaderClassName
 {
   color: #DCA455;
 }
 .AnyTagClassName
 {
   color: #DCA455;
 }
</style>
background-color css

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

 a { background-color: rgb(220,164,85); }

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

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

 span { border-color: rgb(220,164,85); }

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