#DAAE4C

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

Shades of Rob Roy #DAAE4C

Tints of Rob Roy #DAAE4C

Color information

#DAAE4C (or 0xDAAE4C) is unknown color: approx Rob Roy. HEX triplet: DA, AE and 4C. RGB value is (218,174,76). Sum of RGB (Red+Green+Blue) = 218+174+76=468 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.58% from 468); Green value is 174 (68.36% from 255 or 37.18% from 468); Blue value is 76 (30.08% from 255 or 16.24% from 468); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAE4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAAE4C is #2551B3. Grayscale: #B0B0B0. Windows color (decimal): -2445748 or 5025498. OLE color: 5025498.

HSL color Cylindrical-coordinate representation of color #DAAE4C: hue angle of 41.41º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DAAE4C is Cyan = 0, Magento = 0.20, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB21817476-
CMYK00.200.650.15
HSL41.41º65.74%57.65%-
HSV(B)41.41º65.14%85.49%-
XYZ45.3545.713.27-
YUV175.9871.58157.97-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 46.58%
GREEN value IS 174 (68.36% from 255) = 37.18%
BLUE value IS 76 (30.08% from 255) = 16.24%
R=46.58%
G=37.18%
B=16.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.65
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181747600.200.650.1541.4165.7457.65
HexDAAE4C01441F29423a
Octal332256114024101175110272
Binary11011010101011101001100010100100000111111010011000010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAE4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAE4C; }

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

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

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

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

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

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

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

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