#DDA85E

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

Shades of Rob Roy #DDA85E

Tints of Rob Roy #DDA85E

Color information

#DDA85E (or 0xDDA85E) is unknown color: approx Rob Roy. HEX triplet: DD, A8 and 5E. RGB value is (221,168,94). Sum of RGB (Red+Green+Blue) = 221+168+94=483 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.76% from 483); Green value is 168 (66.02% from 255 or 34.78% from 483); Blue value is 94 (37.11% from 255 or 19.46% from 483); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA85E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA85E is #2257A1. Grayscale: #AFAFAF. Windows color (decimal): -2250658 or 6203613. OLE color: 6203613.

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

Color convert

RGB22116894-
CMYK00.240.570.13
HSL34.96º65.13%61.76%-
HSV(B)34.96º57.47%86.67%-
XYZ45.8444.1916.7-
YUV175.4182.06160.52-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.76%
GREEN value IS 168 (66.02% from 255) = 34.78%
BLUE value IS 94 (37.11% from 255) = 19.46%
R=45.76%
G=34.78%
B=19.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.57
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211689400.240.570.1334.9665.1361.76
HexDDA85E01839D23413e
Octal33525013603071154310176
Binary1101110110101000101111001100011100111011000111000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA85E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA85E; }

 p { color: rgb(221,168,94); }

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

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

 a { background-color: rgb(221,168,94); }

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

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

 span { border-color: rgb(221,168,94); }

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