Html Css Color HEX #DAA849 Rob Roy

📋 copy color: '#DAA849'

red 218 ◦ green 168 ◦ blue 73

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

Shades of Rob Roy #DAA849

Tints of Rob Roy #DAA849

RGB

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

 GREEN value IS 168 (66.02% from 255) = 36.6%

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

R = 47.49%
G = 36.6%
B = 15.9%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#DAA849 (or 0xDAA849) is known color: Rob Roy. HEX triplet: DA, A8 and 49. RGB value is (218,168,73). Sum of RGB (Red+Green+Blue) = 218+168+73=459 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.49% from 459); Green value is 168 (66.02% from 255 or 36.60% from 459); Blue value is 73 (28.91% from 255 or 15.90% from 459); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA849 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAA849 is #2557B6. Grayscale: #ACACAC. Windows color (decimal): -2447287 or 4827354. OLE color: 4827354.

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

Color convert

RGB 218 168 73 -
CMYK 0 0.23 0.67 0.15
HSL 39.31º 0.66% 0.57% -
HSV(B) 39.31º 0.67% 0.85% -
XYZ 44.12 43.39 12.35 -
YUV 172.12 72.07 160.72 -
System Red Green Blue C M Y K H S L
Decimal 218 168 73 0 0.23 0.67 0.15 39.31 0.66 0.57
Hex DA A8 49 0 17 43 F 27 42 39
Octal 332 250 111 0 27 103 17 47 102 71
Binary 11011010 10101000 1001001 0 10111 1000011 1111 100111 1000010 111001

Color Harmonies of #DAA849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA849

Black with #DAA849

Text Example


Text Example

White with #DAA849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA849; }

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

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

background-color css

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

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

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

border-color css

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

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

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