#DDA849

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

Shades of Rob Roy #DDA849

Tints of Rob Roy #DDA849

Color information

#DDA849 (or 0xDDA849) is unknown color: approx Rob Roy. HEX triplet: DD, A8 and 49. RGB value is (221,168,73). Sum of RGB (Red+Green+Blue) = 221+168+73=462 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.84% from 462); Green value is 168 (66.02% from 255 or 36.36% from 462); Blue value is 73 (28.91% from 255 or 15.80% from 462); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA849 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA849 is #2257B6. Grayscale: #ADADAD. Windows color (decimal): -2250679 or 4827357. OLE color: 4827357.

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

Color convert

RGB22116873-
CMYK00.240.670.13
HSL38.51º68.52%57.65%-
HSV(B)38.51º66.97%86.67%-
XYZ45.0243.8612.4-
YUV173.0271.56162.22-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.84%
GREEN value IS 168 (66.02% from 255) = 36.36%
BLUE value IS 73 (28.91% from 255) = 15.80%
R=47.84%
G=36.36%
B=15.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.67
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211687300.240.670.1338.5168.5257.65
HexDDA84901843D27453a
Octal335250111030103154710572
Binary11011101101010001001001011000100001111011001111000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA849; }

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

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

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

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

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

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

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

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