#DDA84E

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

Shades of Rob Roy #DDA84E

Tints of Rob Roy #DDA84E

Color information

#DDA84E (or 0xDDA84E) is unknown color: approx Rob Roy. HEX triplet: DD, A8 and 4E. RGB value is (221,168,78). Sum of RGB (Red+Green+Blue) = 221+168+78=467 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.32% from 467); Green value is 168 (66.02% from 255 or 35.97% from 467); Blue value is 78 (30.86% from 255 or 16.70% from 467); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA84E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA84E is #2257B1. Grayscale: #AEAEAE. Windows color (decimal): -2250674 or 5155037. OLE color: 5155037.

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

Color convert

RGB22116878-
CMYK00.240.650.13
HSL37.76º67.77%58.63%-
HSV(B)37.76º64.71%86.67%-
XYZ45.243.9313.3-
YUV173.5974.06161.82-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.32%
GREEN value IS 168 (66.02% from 255) = 35.97%
BLUE value IS 78 (30.86% from 255) = 16.70%
R=47.32%
G=35.97%
B=16.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.65
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211687800.240.650.1337.7667.7758.63
HexDDA84E01841D26443b
Octal335250116030101154610473
Binary11011101101010001001110011000100000111011001101000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA84E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA84E; }

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

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

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

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

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

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

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

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