#DCA454

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

Shades of Rob Roy #DCA454

Tints of Rob Roy #DCA454

Color information

#DCA454 (or 0xDCA454) is unknown color: approx Rob Roy. HEX triplet: DC, A4 and 54. RGB value is (220,164,84). Sum of RGB (Red+Green+Blue) = 220+164+84=468 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.01% from 468); Green value is 164 (64.45% from 255 or 35.04% from 468); Blue value is 84 (33.20% from 255 or 17.95% from 468); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA454 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA454 is #235BAB. Grayscale: #ACACAC. Windows color (decimal): -2317228 or 5547228. OLE color: 5547228.

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

Color convert

RGB22016484-
CMYK00.250.620.14
HSL35.29º66.02%59.61%-
HSV(B)35.29º61.82%86.27%-
XYZ44.3942.4114.23-
YUV171.6278.55162.5-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 47.01%
GREEN value IS 164 (64.45% from 255) = 35.04%
BLUE value IS 84 (33.20% from 255) = 17.95%
R=47.01%
G=35.04%
B=17.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.62
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201648400.250.620.1435.2966.0259.61
HexDCA4540193EE23423c
Octal33424412403176164310274
Binary1101110010100100101010001100111111011101000111000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA454; }

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

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

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

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

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

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

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

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