#DDAE5A

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

Shades of Rob Roy #DDAE5A

Tints of Rob Roy #DDAE5A

Color information

#DDAE5A (or 0xDDAE5A) is unknown color: approx Rob Roy. HEX triplet: DD, AE and 5A. RGB value is (221,174,90). Sum of RGB (Red+Green+Blue) = 221+174+90=485 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.57% from 485); Green value is 174 (68.36% from 255 or 35.88% from 485); Blue value is 90 (35.55% from 255 or 18.56% from 485); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAE5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAE5A is #2251A5. Grayscale: #B2B2B2. Windows color (decimal): -2249126 or 5943005. OLE color: 5943005.

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

Color convert

RGB22117490-
CMYK00.210.590.13
HSL38.47º65.83%60.98%-
HSV(B)38.47º59.28%86.67%-
XYZ46.846.3816.16-
YUV178.4878.07158.33-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.57%
GREEN value IS 174 (68.36% from 255) = 35.88%
BLUE value IS 90 (35.55% from 255) = 18.56%
R=45.57%
G=35.88%
B=18.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.59
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211749000.210.590.1338.4765.8360.98
HexDDAE5A0153BD26423d
Octal33525613202573154610275
Binary1101110110101110101101001010111101111011001101000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAE5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAE5A; }

 p { color: rgb(221,174,90); }

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

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

 a { background-color: rgb(221,174,90); }

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

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

 span { border-color: rgb(221,174,90); }

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