#DDA94E

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

Shades of Rob Roy #DDA94E

Tints of Rob Roy #DDA94E

Color information

#DDA94E (or 0xDDA94E) is unknown color: approx Rob Roy. HEX triplet: DD, A9 and 4E. RGB value is (221,169,78). Sum of RGB (Red+Green+Blue) = 221+169+78=468 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.22% from 468); Green value is 169 (66.41% from 255 or 36.11% from 468); Blue value is 78 (30.86% from 255 or 16.67% from 468); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA94E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA94E is #2256B1. Grayscale: #AEAEAE. Windows color (decimal): -2250418 or 5155293. OLE color: 5155293.

HSL color Cylindrical-coordinate representation of color #DDA94E: hue angle of 38.18º 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 #DDA94E is Cyan = 0, Magento = 0.24, Yellow = 0.65 and Black (K on CMYK) = 0.13.

Color convert

RGB22116978-
CMYK00.240.650.13
HSL38.18º67.77%58.63%-
HSV(B)38.18º64.71%86.67%-
XYZ45.3844.313.37-
YUV174.1773.73161.4-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.22%
GREEN value IS 169 (66.41% from 255) = 36.11%
BLUE value IS 78 (30.86% from 255) = 16.67%
R=47.22%
G=36.11%
B=16.67%

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
Decimal2211697800.240.650.1338.1867.7758.63
HexDDA94E01841D26443b
Octal335251116030101154610473
Binary11011101101010011001110011000100000111011001101000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA94E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA94E; }

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

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

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

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

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

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

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

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