#DCA85D

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

Shades of Rob Roy #DCA85D

Tints of Rob Roy #DCA85D

Color information

#DCA85D (or 0xDCA85D) is unknown color: approx Rob Roy. HEX triplet: DC, A8 and 5D. RGB value is (220,168,93). Sum of RGB (Red+Green+Blue) = 220+168+93=481 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.74% from 481); Green value is 168 (66.02% from 255 or 34.93% from 481); Blue value is 93 (36.72% from 255 or 19.33% from 481); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA85D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA85D is #2357A2. Grayscale: #AFAFAF. Windows color (decimal): -2316195 or 6138076. OLE color: 6138076.

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

Color convert

RGB22016893-
CMYK00.240.580.14
HSL35.43º64.47%61.37%-
HSV(B)35.43º57.73%86.27%-
XYZ45.4944.0116.45-
YUV17581.73160.1-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 45.74%
GREEN value IS 168 (66.02% from 255) = 34.93%
BLUE value IS 93 (36.72% from 255) = 19.33%
R=45.74%
G=34.93%
B=19.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.58
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201689300.240.580.1435.4364.4761.37
HexDCA85D0183AE23403d
Octal33425013503072164310075
Binary1101110010101000101110101100011101011101000111000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA85D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA85D; }

 p { color: rgb(220,168,93); }

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

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

 a { background-color: rgb(220,168,93); }

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

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

 span { border-color: rgb(220,168,93); }

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