#DAAE54

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

Shades of Rob Roy #DAAE54

Tints of Rob Roy #DAAE54

Color information

#DAAE54 (or 0xDAAE54) is unknown color: approx Rob Roy. HEX triplet: DA, AE and 54. RGB value is (218,174,84). Sum of RGB (Red+Green+Blue) = 218+174+84=476 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.80% from 476); Green value is 174 (68.36% from 255 or 36.55% from 476); Blue value is 84 (33.20% from 255 or 17.65% from 476); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAE54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAAE54 is #2551AB. Grayscale: #B1B1B1. Windows color (decimal): -2445740 or 5549786. OLE color: 5549786.

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

Color convert

RGB21817484-
CMYK00.200.610.15
HSL40.3º64.42%59.22%-
HSV(B)40.3º61.47%85.49%-
XYZ45.6545.8214.83-
YUV176.975.58157.32-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 45.80%
GREEN value IS 174 (68.36% from 255) = 36.55%
BLUE value IS 84 (33.20% from 255) = 17.65%
R=45.80%
G=36.55%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.61
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181748400.200.610.1540.364.4259.22
HexDAAE540143DF28403b
Octal33225612402475175010073
Binary1101101010101110101010001010011110111111010001000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAE54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAE54; }

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

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

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

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

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

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

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

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