#DDA95D

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

Shades of Rob Roy #DDA95D

Tints of Rob Roy #DDA95D

Color information

#DDA95D (or 0xDDA95D) is unknown color: approx Rob Roy. HEX triplet: DD, A9 and 5D. RGB value is (221,169,93). Sum of RGB (Red+Green+Blue) = 221+169+93=483 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.76% from 483); Green value is 169 (66.41% from 255 or 34.99% from 483); Blue value is 93 (36.72% from 255 or 19.25% from 483); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA95D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA95D is #2256A2. Grayscale: #B0B0B0. Windows color (decimal): -2250403 or 6138333. OLE color: 6138333.

HSL color Cylindrical-coordinate representation of color #DDA95D: hue angle of 35.62º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DDA95D is Cyan = 0, Magento = 0.24, Yellow = 0.58 and Black (K on CMYK) = 0.13.

Color convert

RGB22116993-
CMYK00.240.580.13
HSL35.62º65.31%61.57%-
HSV(B)35.62º57.92%86.67%-
XYZ45.9844.5416.53-
YUV175.8881.23160.18-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.76%
GREEN value IS 169 (66.41% from 255) = 34.99%
BLUE value IS 93 (36.72% from 255) = 19.25%
R=45.76%
G=34.99%
B=19.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.58
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211699300.240.580.1335.6265.3161.57
HexDDA95D0183AD24413e
Octal33525113503072154410176
Binary1101110110101001101110101100011101011011001001000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA95D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA95D; }

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

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

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

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

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

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

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

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