Html Css Color HEX #DAA551 Rob Roy

📋 copy color: '#DAA551'

red 218 ◦ green 165 ◦ blue 81

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

Shades of Rob Roy #DAA551

Tints of Rob Roy #DAA551

RGB

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

 GREEN value IS 165 (64.84% from 255) = 35.56%

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

R = 46.98%
G = 35.56%
B = 17.46%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#DAA551 (or 0xDAA551) is known color: Rob Roy. HEX triplet: DA, A5 and 51. RGB value is (218,165,81). Sum of RGB (Red+Green+Blue) = 218+165+81=464 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.98% from 464); Green value is 165 (64.84% from 255 or 35.56% from 464); Blue value is 81 (32.03% from 255 or 17.46% from 464); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA551 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA551 is #255AAE. Grayscale: #ABABAB. Windows color (decimal): -2448047 or 5350874. OLE color: 5350874.

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

Color convert

RGB 218 165 81 -
CMYK 0 0.24 0.63 0.15
HSL 36.79º 0.65% 0.59% -
HSV(B) 36.79º 0.63% 0.85% -
XYZ 43.85 42.41 13.66 -
YUV 171.27 77.06 161.33 -
System Red Green Blue C M Y K H S L
Decimal 218 165 81 0 0.24 0.63 0.15 36.79 0.65 0.59
Hex DA A5 51 0 18 3F F 25 41 3B
Octal 332 245 121 0 30 77 17 45 101 73
Binary 11011010 10100101 1010001 0 11000 111111 1111 100101 1000001 111011

Color Harmonies of #DAA551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA551

Black with #DAA551

Text Example


Text Example

White with #DAA551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA551; }

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

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

background-color css

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

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

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

border-color css

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

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

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