Html Css Color HEX #DAAA54 Rob Roy

📋 copy color: '#DAAA54'

red 218 ◦ green 170 ◦ blue 84

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

Shades of Rob Roy #DAAA54

Tints of Rob Roy #DAAA54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 17.8%

R = 46.19%
G = 36.02%
B = 17.8%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#DAAA54 (or 0xDAAA54) is known color: Rob Roy. HEX triplet: DA, AA and 54. RGB value is (218,170,84). Sum of RGB (Red+Green+Blue) = 218+170+84=472 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.19% from 472); Green value is 170 (66.80% from 255 or 36.02% from 472); Blue value is 84 (33.20% from 255 or 17.80% from 472); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAA54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAAA54 is #2555AB. Grayscale: #AEAEAE. Windows color (decimal): -2446764 or 5548762. OLE color: 5548762.

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

Color convert

RGB 218 170 84 -
CMYK 0 0.22 0.61 0.15
HSL 38.51º 0.64% 0.59% -
HSV(B) 38.51º 0.61% 0.85% -
XYZ 44.89 44.29 14.57 -
YUV 174.55 76.9 158.99 -
System Red Green Blue C M Y K H S L
Decimal 218 170 84 0 0.22 0.61 0.15 38.51 0.64 0.59
Hex DA AA 54 0 16 3D F 27 40 3B
Octal 332 252 124 0 26 75 17 47 100 73
Binary 11011010 10101010 1010100 0 10110 111101 1111 100111 1000000 111011

Color Harmonies of #DAAA54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAA54

Black with #DAAA54

Text Example


Text Example

White with #DAAA54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAA54; }

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

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

background-color css

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

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

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

border-color css

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

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

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