Html Css Color HEX #DAA851 Rob Roy

📋 copy color: '#DAA851'

red 218 ◦ green 168 ◦ blue 81

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

Shades of Rob Roy #DAA851

Tints of Rob Roy #DAA851

RGB

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

 GREEN value IS 168 (66.02% from 255) = 35.97%

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

R = 46.68%
G = 35.97%
B = 17.34%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#DAA851 (or 0xDAA851) is known color: Rob Roy. HEX triplet: DA, A8 and 51. RGB value is (218,168,81). Sum of RGB (Red+Green+Blue) = 218+168+81=467 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.68% from 467); Green value is 168 (66.02% from 255 or 35.97% from 467); Blue value is 81 (32.03% from 255 or 17.34% from 467); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA851 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA851 is #2557AE. Grayscale: #ADADAD. Windows color (decimal): -2447279 or 5351642. OLE color: 5351642.

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

Color convert

RGB 218 168 81 -
CMYK 0 0.23 0.63 0.15
HSL 38.1º 0.65% 0.59% -
HSV(B) 38.1º 0.63% 0.85% -
XYZ 44.4 43.5 13.84 -
YUV 173.03 76.07 160.07 -
System Red Green Blue C M Y K H S L
Decimal 218 168 81 0 0.23 0.63 0.15 38.1 0.65 0.59
Hex DA A8 51 0 17 3F F 26 41 3B
Octal 332 250 121 0 27 77 17 46 101 73
Binary 11011010 10101000 1010001 0 10111 111111 1111 100110 1000001 111011

Color Harmonies of #DAA851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA851

Black with #DAA851

Text Example


Text Example

White with #DAA851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA851; }

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

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

background-color css

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

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

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

border-color css

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

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

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