Html Css Color HEX #DAAA50 Rob Roy

📋 copy color: '#DAAA50'

red 218 ◦ green 170 ◦ blue 80

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

Shades of Rob Roy #DAAA50

Tints of Rob Roy #DAAA50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 17.09%

R = 46.58%
G = 36.32%
B = 17.09%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#DAAA50 (or 0xDAAA50) is known color: Rob Roy. HEX triplet: DA, AA and 50. RGB value is (218,170,80). Sum of RGB (Red+Green+Blue) = 218+170+80=468 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.58% from 468); Green value is 170 (66.80% from 255 or 36.32% from 468); Blue value is 80 (31.64% from 255 or 17.09% from 468); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAA50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAAA50 is #2555AF. Grayscale: #AEAEAE. Windows color (decimal): -2446768 or 5286618. OLE color: 5286618.

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

Color convert

RGB 218 170 80 -
CMYK 0 0.22 0.63 0.15
HSL 39.13º 0.65% 0.58% -
HSV(B) 39.13º 0.63% 0.85% -
XYZ 44.74 44.23 13.77 -
YUV 174.09 74.9 159.32 -
System Red Green Blue C M Y K H S L
Decimal 218 170 80 0 0.22 0.63 0.15 39.13 0.65 0.58
Hex DA AA 50 0 16 3F F 27 41 3A
Octal 332 252 120 0 26 77 17 47 101 72
Binary 11011010 10101010 1010000 0 10110 111111 1111 100111 1000001 111010

Color Harmonies of #DAAA50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAA50

Black with #DAAA50

Text Example


Text Example

White with #DAAA50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAA50; }

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

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

background-color css

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

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

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

border-color css

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

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

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