#DDA95B

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

Shades of Rob Roy #DDA95B

Tints of Rob Roy #DDA95B

Color information

#DDA95B (or 0xDDA95B) is unknown color: approx Rob Roy. HEX triplet: DD, A9 and 5B. RGB value is (221,169,91). Sum of RGB (Red+Green+Blue) = 221+169+91=481 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.95% from 481); Green value is 169 (66.41% from 255 or 35.14% from 481); Blue value is 91 (35.94% from 255 or 18.92% from 481); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA95B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA95B is #2256A4. Grayscale: #B0B0B0. Windows color (decimal): -2250405 or 6007261. OLE color: 6007261.

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

Color convert

RGB22116991-
CMYK00.240.590.13
HSL36º65.66%61.18%-
HSV(B)36º58.82%86.67%-
XYZ45.944.516.07-
YUV175.6680.23160.34-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.95%
GREEN value IS 169 (66.41% from 255) = 35.14%
BLUE value IS 91 (35.94% from 255) = 18.92%
R=45.95%
G=35.14%
B=18.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.59
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211699100.240.590.133665.6661.18
HexDDA95B0183BD24423d
Octal33525113303073154410275
Binary1101110110101001101101101100011101111011001001000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA95B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA95B; }

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

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

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

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

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

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

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

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