Html Css Color HEX #DAB050 Rob Roy

📋 copy color: '#DAB050'

red 218 ◦ green 176 ◦ blue 80

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

Shades of Rob Roy #DAB050

Tints of Rob Roy #DAB050

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 16.88%

R = 45.99%
G = 37.13%
B = 16.88%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#DAB050 (or 0xDAB050) is known color: Rob Roy. HEX triplet: DA, B0 and 50. RGB value is (218,176,80). Sum of RGB (Red+Green+Blue) = 218+176+80=474 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.99% from 474); Green value is 176 (69.14% from 255 or 37.13% from 474); Blue value is 80 (31.64% from 255 or 16.88% from 474); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB050 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAB050 is #254FAF. Grayscale: #B2B2B2. Windows color (decimal): -2445232 or 5288154. OLE color: 5288154.

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

Color convert

RGB 218 176 80 -
CMYK 0 0.19 0.63 0.15
HSL 41.74º 0.65% 0.58% -
HSV(B) 41.74º 0.63% 0.85% -
XYZ 45.89 46.54 14.15 -
YUV 177.61 72.91 156.81 -
System Red Green Blue C M Y K H S L
Decimal 218 176 80 0 0.19 0.63 0.15 41.74 0.65 0.58
Hex DA B0 50 0 13 3F F 2A 41 3A
Octal 332 260 120 0 23 77 17 52 101 72
Binary 11011010 10110000 1010000 0 10011 111111 1111 101010 1000001 111010

Color Harmonies of #DAB050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB050

Black with #DAB050

Text Example


Text Example

White with #DAB050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB050; }

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

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

background-color css

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

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

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

border-color css

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

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

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