Html Css Color HEX #DAB549 Rob Roy

📋 copy color: '#DAB549'

red 218 ◦ green 181 ◦ blue 73

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

Shades of Rob Roy #DAB549

Tints of Rob Roy #DAB549

RGB

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

 GREEN value IS 181 (71.09% from 255) = 38.35%

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

R = 46.19%
G = 38.35%
B = 15.47%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#DAB549 (or 0xDAB549) is known color: Rob Roy. HEX triplet: DA, B5 and 49. RGB value is (218,181,73). Sum of RGB (Red+Green+Blue) = 218+181+73=472 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.19% from 472); Green value is 181 (71.09% from 255 or 38.35% from 472); Blue value is 73 (28.91% from 255 or 15.47% from 472); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB549 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB549 is #254AB6. Grayscale: #B4B4B4. Windows color (decimal): -2443959 or 4830682. OLE color: 4830682.

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

Color convert

RGB 218 181 73 -
CMYK 0 0.17 0.67 0.15
HSL 44.69º 0.66% 0.57% -
HSV(B) 44.69º 0.67% 0.85% -
XYZ 46.64 48.43 13.19 -
YUV 179.75 67.76 155.28 -
System Red Green Blue C M Y K H S L
Decimal 218 181 73 0 0.17 0.67 0.15 44.69 0.66 0.57
Hex DA B5 49 0 11 43 F 2D 42 39
Octal 332 265 111 0 21 103 17 55 102 71
Binary 11011010 10110101 1001001 0 10001 1000011 1111 101101 1000010 111001

Color Harmonies of #DAB549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB549

Black with #DAB549

Text Example


Text Example

White with #DAB549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB549; }

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

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

background-color css

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

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

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

border-color css

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

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

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