Html Css Color HEX #DAA451 Rob Roy

📋 copy color: '#DAA451'

red 218 ◦ green 164 ◦ blue 81

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

Shades of Rob Roy #DAA451

Tints of Rob Roy #DAA451

RGB

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

 GREEN value IS 164 (64.45% from 255) = 35.42%

 BLUE value IS 81 (32.03% from 255) = 17.49%

R = 47.08%
G = 35.42%
B = 17.49%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#DAA451 (or 0xDAA451) is known color: Rob Roy. HEX triplet: DA, A4 and 51. RGB value is (218,164,81). Sum of RGB (Red+Green+Blue) = 218+164+81=463 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.08% from 463); Green value is 164 (64.45% from 255 or 35.42% from 463); Blue value is 81 (32.03% from 255 or 17.49% from 463); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA451 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA451 is #255BAE. Grayscale: #ABABAB. Windows color (decimal): -2448303 or 5350618. OLE color: 5350618.

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

Color convert

RGB 218 164 81 -
CMYK 0 0.25 0.63 0.15
HSL 36.35º 0.65% 0.59% -
HSV(B) 36.35º 0.63% 0.85% -
XYZ 43.67 42.05 13.6 -
YUV 170.68 77.39 161.75 -
System Red Green Blue C M Y K H S L
Decimal 218 164 81 0 0.25 0.63 0.15 36.35 0.65 0.59
Hex DA A4 51 0 19 3F F 24 41 3B
Octal 332 244 121 0 31 77 17 44 101 73
Binary 11011010 10100100 1010001 0 11001 111111 1111 100100 1000001 111011

Color Harmonies of #DAA451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA451

Black with #DAA451

Text Example


Text Example

White with #DAA451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA451; }

 p { color: rgb(218,164,81); }

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

background-color css

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

 a { background-color: rgb(218,164,81); }

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

border-color css

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

 span { border-color: rgb(218,164,81); }

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