#DCA655

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

Shades of Rob Roy #DCA655

Tints of Rob Roy #DCA655

Color information

#DCA655 (or 0xDCA655) is unknown color: approx Rob Roy. HEX triplet: DC, A6 and 55. RGB value is (220,166,85). Sum of RGB (Red+Green+Blue) = 220+166+85=471 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.71% from 471); Green value is 166 (65.23% from 255 or 35.24% from 471); Blue value is 85 (33.59% from 255 or 18.05% from 471); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA655 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA655 is #2359AA. Grayscale: #ADADAD. Windows color (decimal): -2316715 or 5613276. OLE color: 5613276.

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

Color convert

RGB22016685-
CMYK00.250.610.14
HSL36º65.85%59.8%-
HSV(B)36º61.36%86.27%-
XYZ44.7943.1414.56-
YUV172.9178.39161.59-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 46.71%
GREEN value IS 166 (65.23% from 255) = 35.24%
BLUE value IS 85 (33.59% from 255) = 18.05%
R=46.71%
G=35.24%
B=18.05%

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
Decimal2201668500.250.610.143665.8559.8
HexDCA6550193DE24423c
Octal33424612503175164410274
Binary1101110010100110101010101100111110111101001001000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA655; }

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

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

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

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

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

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

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

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