Html Css Color HEX #DAA949 Rob Roy

📋 copy color: '#DAA949'

red 218 ◦ green 169 ◦ blue 73

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

Shades of Rob Roy #DAA949

Tints of Rob Roy #DAA949

RGB

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

 GREEN value IS 169 (66.41% from 255) = 36.74%

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

R = 47.39%
G = 36.74%
B = 15.87%

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

#DAA949 (or 0xDAA949) is known color: Rob Roy. HEX triplet: DA, A9 and 49. RGB value is (218,169,73). Sum of RGB (Red+Green+Blue) = 218+169+73=460 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.39% from 460); Green value is 169 (66.41% from 255 or 36.74% from 460); Blue value is 73 (28.91% from 255 or 15.87% from 460); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA949 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAA949 is #2556B6. Grayscale: #ADADAD. Windows color (decimal): -2447031 or 4827610. OLE color: 4827610.

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

Color convert

RGB 218 169 73 -
CMYK 0 0.22 0.67 0.15
HSL 39.72º 0.66% 0.57% -
HSV(B) 39.72º 0.67% 0.85% -
XYZ 44.3 43.76 12.42 -
YUV 172.71 71.73 160.31 -
System Red Green Blue C M Y K H S L
Decimal 218 169 73 0 0.22 0.67 0.15 39.72 0.66 0.57
Hex DA A9 49 0 16 43 F 28 42 39
Octal 332 251 111 0 26 103 17 50 102 71
Binary 11011010 10101001 1001001 0 10110 1000011 1111 101000 1000010 111001

Color Harmonies of #DAA949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA949

Black with #DAA949

Text Example


Text Example

White with #DAA949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA949; }

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

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

background-color css

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

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

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

border-color css

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

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

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