#DCA95D

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

Shades of Rob Roy #DCA95D

Tints of Rob Roy #DCA95D

Color information

#DCA95D (or 0xDCA95D) is unknown color: approx Rob Roy. HEX triplet: DC, A9 and 5D. RGB value is (220,169,93). Sum of RGB (Red+Green+Blue) = 220+169+93=482 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.64% from 482); Green value is 169 (66.41% from 255 or 35.06% from 482); Blue value is 93 (36.72% from 255 or 19.29% from 482); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA95D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA95D is #2356A2. Grayscale: #AFAFAF. Windows color (decimal): -2315939 or 6138332. OLE color: 6138332.

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

Color convert

RGB22016993-
CMYK00.230.580.14
HSL35.91º64.47%61.37%-
HSV(B)35.91º57.73%86.27%-
XYZ45.6844.3816.51-
YUV175.5881.4159.68-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 45.64%
GREEN value IS 169 (66.41% from 255) = 35.06%
BLUE value IS 93 (36.72% from 255) = 19.29%
R=45.64%
G=35.06%
B=19.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.58
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201699300.230.580.1435.9164.4761.37
HexDCA95D0173AE24403d
Octal33425113502772164410075
Binary1101110010101001101110101011111101011101001001000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA95D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA95D; }

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

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

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

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

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

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

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

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