#DAAE4B

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

Shades of Rob Roy #DAAE4B

Tints of Rob Roy #DAAE4B

Color information

#DAAE4B (or 0xDAAE4B) is unknown color: approx Rob Roy. HEX triplet: DA, AE and 4B. RGB value is (218,174,75). Sum of RGB (Red+Green+Blue) = 218+174+75=467 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.68% from 467); Green value is 174 (68.36% from 255 or 37.26% from 467); Blue value is 75 (29.69% from 255 or 16.06% from 467); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAE4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAAE4B is #2551B4. Grayscale: #B0B0B0. Windows color (decimal): -2445749 or 4959962. OLE color: 4959962.

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

Color convert

RGB21817475-
CMYK00.200.660.15
HSL41.54º65.9%57.45%-
HSV(B)41.54º65.6%85.49%-
XYZ45.3245.6913.09-
YUV175.8771.08158.05-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 46.68%
GREEN value IS 174 (68.36% from 255) = 37.26%
BLUE value IS 75 (29.69% from 255) = 16.06%
R=46.68%
G=37.26%
B=16.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.66
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181747500.200.660.1541.5465.957.45
HexDAAE4B01442F2a4239
Octal332256113024102175210271
Binary11011010101011101001011010100100001011111010101000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAE4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAE4B; }

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

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

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

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

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

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

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

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