Html Css Color HEX #DAAE5A Rob Roy

📋 copy color: '#DAAE5A'

red 218 ◦ green 174 ◦ blue 90

#DAAE5A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rob Roy #DAAE5A

Tints of Rob Roy #DAAE5A

RGB

 RED value IS 218 (85.55% from 255) = 45.23%

 GREEN value IS 174 (68.36% from 255) = 36.1%

 BLUE value IS 90 (35.55% from 255) = 18.67%

R = 45.23%
G = 36.1%
B = 18.67%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#DAAE5A (or 0xDAAE5A) is known color: Rob Roy. HEX triplet: DA, AE and 5A. RGB value is (218,174,90). Sum of RGB (Red+Green+Blue) = 218+174+90=482 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.23% from 482); Green value is 174 (68.36% from 255 or 36.10% from 482); Blue value is 90 (35.55% from 255 or 18.67% from 482); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAE5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAAE5A is #2551A5. Grayscale: #B1B1B1. Windows color (decimal): -2445734 or 5943002. OLE color: 5943002.

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

Color convert

RGB 218 174 90 -
CMYK 0 0.20 0.59 0.15
HSL 39.38º 0.63% 0.6% -
HSV(B) 39.38º 0.59% 0.85% -
XYZ 45.89 45.92 16.12 -
YUV 177.58 78.58 156.83 -
System Red Green Blue C M Y K H S L
Decimal 218 174 90 0 0.20 0.59 0.15 39.38 0.63 0.6
Hex DA AE 5A 0 14 3B F 27 3F 3C
Octal 332 256 132 0 24 73 17 47 77 74
Binary 11011010 10101110 1011010 0 10100 111011 1111 100111 111111 111100

Color Harmonies of #DAAE5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAE5A

Black with #DAAE5A

Text Example


Text Example

White with #DAAE5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAE5A; }

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

 H1.HeaderClassName
 {
   color: #DAAE5A;
 }
 .AnyTagClassName
 {
   color: #DAAE5A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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