Html Css Color HEX #DAAC49 Rob Roy

📋 copy color: '#DAAC49'

red 218 ◦ green 172 ◦ blue 73

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

Shades of Rob Roy #DAAC49

Tints of Rob Roy #DAAC49

RGB

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

 GREEN value IS 172 (67.58% from 255) = 37.15%

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

R = 47.08%
G = 37.15%
B = 15.77%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#DAAC49 (or 0xDAAC49) is known color: Rob Roy. HEX triplet: DA, AC and 49. RGB value is (218,172,73). Sum of RGB (Red+Green+Blue) = 218+172+73=463 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.08% from 463); Green value is 172 (67.58% from 255 or 37.15% from 463); Blue value is 73 (28.91% from 255 or 15.77% from 463); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAC49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAAC49 is #2553B6. Grayscale: #AEAEAE. Windows color (decimal): -2446263 or 4828378. OLE color: 4828378.

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

Color convert

RGB 218 172 73 -
CMYK 0 0.21 0.67 0.15
HSL 40.97º 0.66% 0.57% -
HSV(B) 40.97º 0.67% 0.85% -
XYZ 44.87 44.89 12.6 -
YUV 174.47 70.74 159.05 -
System Red Green Blue C M Y K H S L
Decimal 218 172 73 0 0.21 0.67 0.15 40.97 0.66 0.57
Hex DA AC 49 0 15 43 F 29 42 39
Octal 332 254 111 0 25 103 17 51 102 71
Binary 11011010 10101100 1001001 0 10101 1000011 1111 101001 1000010 111001

Color Harmonies of #DAAC49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAC49

Black with #DAAC49

Text Example


Text Example

White with #DAAC49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAC49; }

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

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

background-color css

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

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

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

border-color css

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

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

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