Html Css Color HEX #DAB149 Rob Roy

📋 copy color: '#DAB149'

red 218 ◦ green 177 ◦ blue 73

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

Shades of Rob Roy #DAB149

Tints of Rob Roy #DAB149

RGB

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

 GREEN value IS 177 (69.53% from 255) = 37.82%

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

R = 46.58%
G = 37.82%
B = 15.6%

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

#DAB149 (or 0xDAB149) is known color: Rob Roy. HEX triplet: DA, B1 and 49. RGB value is (218,177,73). Sum of RGB (Red+Green+Blue) = 218+177+73=468 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.58% from 468); Green value is 177 (69.53% from 255 or 37.82% from 468); Blue value is 73 (28.91% from 255 or 15.60% from 468); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB149 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAB149 is #254EB6. Grayscale: #B1B1B1. Windows color (decimal): -2444983 or 4829658. OLE color: 4829658.

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

Color convert

RGB 218 177 73 -
CMYK 0 0.19 0.67 0.15
HSL 43.03º 0.66% 0.57% -
HSV(B) 43.03º 0.67% 0.85% -
XYZ 45.84 46.83 12.93 -
YUV 177.4 69.08 156.96 -
System Red Green Blue C M Y K H S L
Decimal 218 177 73 0 0.19 0.67 0.15 43.03 0.66 0.57
Hex DA B1 49 0 13 43 F 2B 42 39
Octal 332 261 111 0 23 103 17 53 102 71
Binary 11011010 10110001 1001001 0 10011 1000011 1111 101011 1000010 111001

Color Harmonies of #DAB149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB149

Black with #DAB149

Text Example


Text Example

White with #DAB149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB149; }

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

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

background-color css

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

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

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

border-color css

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

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

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