Html Css Color HEX #DAB02C Gold Tips

📋 copy color: '#DAB02C'

red 218 ◦ green 176 ◦ blue 44

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

Shades of Gold Tips #DAB02C

Tints of Gold Tips #DAB02C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 10.05%

R = 49.77%
G = 40.18%
B = 10.05%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#DAB02C (or 0xDAB02C) is known color: Gold Tips. HEX triplet: DA, B0 and 2C. RGB value is (218,176,44). Sum of RGB (Red+Green+Blue) = 218+176+44=438 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.77% from 438); Green value is 176 (69.14% from 255 or 40.18% from 438); Blue value is 44 (17.58% from 255 or 10.05% from 438); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB02C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAB02C is #254FD3. Grayscale: #AEAEAE. Windows color (decimal): -2445268 or 2928858. OLE color: 2928858.

HSL color Cylindrical-coordinate representation of color #DAB02C: hue angle of 45.52º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DAB02C is Cyan = 0, Magento = 0.19, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 176 44 -
CMYK 0 0.19 0.80 0.15
HSL 45.52º 0.7% 0.51% -
HSV(B) 45.52º 0.8% 0.85% -
XYZ 44.89 46.14 8.92 -
YUV 173.51 54.91 159.73 -
System Red Green Blue C M Y K H S L
Decimal 218 176 44 0 0.19 0.80 0.15 45.52 0.7 0.51
Hex DA B0 2C 0 13 50 F 2E 46 33
Octal 332 260 54 0 23 120 17 56 106 63
Binary 11011010 10110000 101100 0 10011 1010000 1111 101110 1000110 110011

Color Harmonies of #DAB02C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB02C

Black with #DAB02C

Text Example


Text Example

White with #DAB02C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB02C; }

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

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

background-color css

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

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

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

border-color css

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

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

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