Html Css Color HEX #DAB059 Rob Roy

📋 copy color: '#DAB059'

red 218 ◦ green 176 ◦ blue 89

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

Shades of Rob Roy #DAB059

Tints of Rob Roy #DAB059

RGB

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

 GREEN value IS 176 (69.14% from 255) = 36.44%

 BLUE value IS 89 (35.16% from 255) = 18.43%

R = 45.13%
G = 36.44%
B = 18.43%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#DAB059 (or 0xDAB059) is known color: Rob Roy. HEX triplet: DA, B0 and 59. RGB value is (218,176,89). Sum of RGB (Red+Green+Blue) = 218+176+89=483 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.13% from 483); Green value is 176 (69.14% from 255 or 36.44% from 483); Blue value is 89 (35.16% from 255 or 18.43% from 483); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB059 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAB059 is #254FA6. Grayscale: #B3B3B3. Windows color (decimal): -2445223 or 5877978. OLE color: 5877978.

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

Color convert

RGB 218 176 89 -
CMYK 0 0.19 0.59 0.15
HSL 40.47º 0.64% 0.6% -
HSV(B) 40.47º 0.59% 0.85% -
XYZ 46.24 46.68 16.02 -
YUV 178.64 77.41 156.07 -
System Red Green Blue C M Y K H S L
Decimal 218 176 89 0 0.19 0.59 0.15 40.47 0.64 0.6
Hex DA B0 59 0 13 3B F 28 40 3C
Octal 332 260 131 0 23 73 17 50 100 74
Binary 11011010 10110000 1011001 0 10011 111011 1111 101000 1000000 111100

Color Harmonies of #DAB059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB059

Black with #DAB059

Text Example


Text Example

White with #DAB059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB059; }

 p { color: rgb(218,176,89); }

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

background-color css

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

 a { background-color: rgb(218,176,89); }

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

border-color css

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

 span { border-color: rgb(218,176,89); }

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