#DDAE4C

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

Shades of Rob Roy #DDAE4C

Tints of Rob Roy #DDAE4C

Color information

#DDAE4C (or 0xDDAE4C) is unknown color: approx Rob Roy. HEX triplet: DD, AE and 4C. RGB value is (221,174,76). Sum of RGB (Red+Green+Blue) = 221+174+76=471 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.92% from 471); Green value is 174 (68.36% from 255 or 36.94% from 471); Blue value is 76 (30.08% from 255 or 16.14% from 471); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAE4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDAE4C is #2251B3. Grayscale: #B1B1B1. Windows color (decimal): -2249140 or 5025501. OLE color: 5025501.

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

Color convert

RGB22117476-
CMYK00.210.660.13
HSL40.55º68.08%58.24%-
HSV(B)40.55º65.61%86.67%-
XYZ46.2646.1713.31-
YUV176.8871.07159.47-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.92%
GREEN value IS 174 (68.36% from 255) = 36.94%
BLUE value IS 76 (30.08% from 255) = 16.14%
R=46.92%
G=36.94%
B=16.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.66
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211747600.210.660.1340.5568.0858.24
HexDDAE4C01542D29443a
Octal335256114025102155110472
Binary11011101101011101001100010101100001011011010011000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAE4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAE4C; }

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

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

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

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

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

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

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

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