Html Css Color HEX #DAB049 Rob Roy

📋 copy color: '#DAB049'

red 218 ◦ green 176 ◦ blue 73

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

Shades of Rob Roy #DAB049

Tints of Rob Roy #DAB049

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 15.63%

R = 46.68%
G = 37.69%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#DAB049 (or 0xDAB049) is known color: Rob Roy. HEX triplet: DA, B0 and 49. RGB value is (218,176,73). Sum of RGB (Red+Green+Blue) = 218+176+73=467 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.68% from 467); Green value is 176 (69.14% from 255 or 37.69% from 467); Blue value is 73 (28.91% from 255 or 15.63% from 467); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB049 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAB049 is #254FB6. Grayscale: #B1B1B1. Windows color (decimal): -2445239 or 4829402. OLE color: 4829402.

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

Color convert

RGB 218 176 73 -
CMYK 0 0.19 0.67 0.15
HSL 42.62º 0.66% 0.57% -
HSV(B) 42.62º 0.67% 0.85% -
XYZ 45.64 46.44 12.86 -
YUV 176.82 69.41 157.38 -
System Red Green Blue C M Y K H S L
Decimal 218 176 73 0 0.19 0.67 0.15 42.62 0.66 0.57
Hex DA B0 49 0 13 43 F 2B 42 39
Octal 332 260 111 0 23 103 17 53 102 71
Binary 11011010 10110000 1001001 0 10011 1000011 1111 101011 1000010 111001

Color Harmonies of #DAB049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB049

Black with #DAB049

Text Example


Text Example

White with #DAB049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB049; }

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

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

background-color css

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

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

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

border-color css

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

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

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