Html Css Color HEX #DAAA49 Rob Roy

📋 copy color: '#DAAA49'

red 218 ◦ green 170 ◦ blue 73

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

Shades of Rob Roy #DAAA49

Tints of Rob Roy #DAAA49

RGB

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

 GREEN value IS 170 (66.8% from 255) = 36.88%

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

R = 47.29%
G = 36.88%
B = 15.84%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#DAAA49 (or 0xDAAA49) is known color: Rob Roy. HEX triplet: DA, AA and 49. RGB value is (218,170,73). Sum of RGB (Red+Green+Blue) = 218+170+73=461 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.29% from 461); Green value is 170 (66.80% from 255 or 36.88% from 461); Blue value is 73 (28.91% from 255 or 15.84% from 461); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAA49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAAA49 is #2555B6. Grayscale: #ADADAD. Windows color (decimal): -2446775 or 4827866. OLE color: 4827866.

HSL color Cylindrical-coordinate representation of color #DAAA49: hue angle of 40.14º 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 #DAAA49 is Cyan = 0, Magento = 0.22, Yellow = 0.67 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 170 73 -
CMYK 0 0.22 0.67 0.15
HSL 40.14º 0.66% 0.57% -
HSV(B) 40.14º 0.67% 0.85% -
XYZ 44.49 44.14 12.48 -
YUV 173.29 71.4 159.89 -
System Red Green Blue C M Y K H S L
Decimal 218 170 73 0 0.22 0.67 0.15 40.14 0.66 0.57
Hex DA AA 49 0 16 43 F 28 42 39
Octal 332 252 111 0 26 103 17 50 102 71
Binary 11011010 10101010 1001001 0 10110 1000011 1111 101000 1000010 111001

Color Harmonies of #DAAA49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAA49

Black with #DAAA49

Text Example


Text Example

White with #DAAA49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAA49; }

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

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

background-color css

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

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

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

border-color css

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

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

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