Html Css Color HEX #DAAA4A Rob Roy

📋 copy color: '#DAAA4A'

red 218 ◦ green 170 ◦ blue 74

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

Shades of Rob Roy #DAAA4A

Tints of Rob Roy #DAAA4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 16.02%

R = 47.19%
G = 36.8%
B = 16.02%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#DAAA4A (or 0xDAAA4A) is known color: Rob Roy. HEX triplet: DA, AA and 4A. RGB value is (218,170,74). Sum of RGB (Red+Green+Blue) = 218+170+74=462 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.19% from 462); Green value is 170 (66.80% from 255 or 36.80% from 462); Blue value is 74 (29.30% from 255 or 16.02% from 462); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAA4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAAA4A is #2555B5. Grayscale: #ADADAD. Windows color (decimal): -2446774 or 4893402. OLE color: 4893402.

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

Color convert

RGB 218 170 74 -
CMYK 0 0.22 0.66 0.15
HSL 40º 0.66% 0.57% -
HSV(B) 40º 0.66% 0.85% -
XYZ 44.52 44.15 12.65 -
YUV 173.41 71.9 159.81 -
System Red Green Blue C M Y K H S L
Decimal 218 170 74 0 0.22 0.66 0.15 40 0.66 0.57
Hex DA AA 4A 0 16 42 F 28 42 39
Octal 332 252 112 0 26 102 17 50 102 71
Binary 11011010 10101010 1001010 0 10110 1000010 1111 101000 1000010 111001

Color Harmonies of #DAAA4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAA4A

Black with #DAAA4A

Text Example


Text Example

White with #DAAA4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAA4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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