Html Css Color HEX #DAB02B Gold Tips

📋 copy color: '#DAB02B'

red 218 ◦ green 176 ◦ blue 43

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

Shades of Gold Tips #DAB02B

Tints of Gold Tips #DAB02B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 9.84%

R = 49.89%
G = 40.27%
B = 9.84%

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

#DAB02B (or 0xDAB02B) is known color: Gold Tips. HEX triplet: DA, B0 and 2B. RGB value is (218,176,43). Sum of RGB (Red+Green+Blue) = 218+176+43=437 (57% of max value = 765). Red value is 218 (85.55% from 255 or 49.89% from 437); Green value is 176 (69.14% from 255 or 40.27% from 437); Blue value is 43 (17.19% from 255 or 9.84% from 437); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB02B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAB02B is #254FD4. Grayscale: #ADADAD. Windows color (decimal): -2445269 or 2863322. OLE color: 2863322.

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

Color convert

RGB 218 176 43 -
CMYK 0 0.19 0.80 0.15
HSL 45.6º 0.7% 0.51% -
HSV(B) 45.6º 0.8% 0.85% -
XYZ 44.87 46.13 8.82 -
YUV 173.4 54.41 159.81 -
System Red Green Blue C M Y K H S L
Decimal 218 176 43 0 0.19 0.80 0.15 45.6 0.7 0.51
Hex DA B0 2B 0 13 50 F 2E 46 33
Octal 332 260 53 0 23 120 17 56 106 63
Binary 11011010 10110000 101011 0 10011 1010000 1111 101110 1000110 110011

Color Harmonies of #DAB02B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB02B

Black with #DAB02B

Text Example


Text Example

White with #DAB02B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB02B; }

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

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

background-color css

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

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

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

border-color css

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

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

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