Html Css Color HEX #DAB449 Rob Roy

📋 copy color: '#DAB449'

red 218 ◦ green 180 ◦ blue 73

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

Shades of Rob Roy #DAB449

Tints of Rob Roy #DAB449

RGB

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

 GREEN value IS 180 (70.7% from 255) = 38.22%

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

R = 46.28%
G = 38.22%
B = 15.5%

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

#DAB449 (or 0xDAB449) is known color: Rob Roy. HEX triplet: DA, B4 and 49. RGB value is (218,180,73). Sum of RGB (Red+Green+Blue) = 218+180+73=471 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.28% from 471); Green value is 180 (70.70% from 255 or 38.22% from 471); Blue value is 73 (28.91% from 255 or 15.50% from 471); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB449 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB449 is #254BB6. Grayscale: #B3B3B3. Windows color (decimal): -2444215 or 4830426. OLE color: 4830426.

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

Color convert

RGB 218 180 73 -
CMYK 0 0.17 0.67 0.15
HSL 44.28º 0.66% 0.57% -
HSV(B) 44.28º 0.67% 0.85% -
XYZ 46.44 48.03 13.13 -
YUV 179.16 68.09 155.7 -
System Red Green Blue C M Y K H S L
Decimal 218 180 73 0 0.17 0.67 0.15 44.28 0.66 0.57
Hex DA B4 49 0 11 43 F 2C 42 39
Octal 332 264 111 0 21 103 17 54 102 71
Binary 11011010 10110100 1001001 0 10001 1000011 1111 101100 1000010 111001

Color Harmonies of #DAB449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB449

Black with #DAB449

Text Example


Text Example

White with #DAB449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB449; }

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

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

background-color css

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

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

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

border-color css

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

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

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