Html Css Color HEX #DAAE49 Rob Roy

📋 copy color: '#DAAE49'

red 218 ◦ green 174 ◦ blue 73

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

Shades of Rob Roy #DAAE49

Tints of Rob Roy #DAAE49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 15.7%

R = 46.88%
G = 37.42%
B = 15.7%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#DAAE49 (or 0xDAAE49) is known color: Rob Roy. HEX triplet: DA, AE and 49. RGB value is (218,174,73). Sum of RGB (Red+Green+Blue) = 218+174+73=465 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.88% from 465); Green value is 174 (68.36% from 255 or 37.42% from 465); Blue value is 73 (28.91% from 255 or 15.70% from 465); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAE49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAAE49 is #2551B6. Grayscale: #B0B0B0. Windows color (decimal): -2445751 or 4828890. OLE color: 4828890.

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

Color convert

RGB 218 174 73 -
CMYK 0 0.20 0.67 0.15
HSL 41.79º 0.66% 0.57% -
HSV(B) 41.79º 0.67% 0.85% -
XYZ 45.25 45.66 12.73 -
YUV 175.64 70.08 158.21 -
System Red Green Blue C M Y K H S L
Decimal 218 174 73 0 0.20 0.67 0.15 41.79 0.66 0.57
Hex DA AE 49 0 14 43 F 2A 42 39
Octal 332 256 111 0 24 103 17 52 102 71
Binary 11011010 10101110 1001001 0 10100 1000011 1111 101010 1000010 111001

Color Harmonies of #DAAE49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAE49

Black with #DAAE49

Text Example


Text Example

White with #DAAE49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAE49; }

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

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

background-color css

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

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

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

border-color css

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

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

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