Html Css Color HEX #DBB02B Gold Tips

📋 copy color: '#DBB02B'

red 219 ◦ green 176 ◦ blue 43

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

Shades of Gold Tips #DBB02B

Tints of Gold Tips #DBB02B

RGB

 RED value IS 219 (85.94% from 255) = 50%

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

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

R = 50%
G = 40.18%
B = 9.82%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DBB02B (or 0xDBB02B) is known color: Gold Tips. HEX triplet: DB, B0 and 2B. RGB value is (219,176,43). Sum of RGB (Red+Green+Blue) = 219+176+43=438 (58% of max value = 765). Red value is 219 (85.94% from 255 or 50% from 438); Green value is 176 (69.14% from 255 or 40.18% from 438); Blue value is 43 (17.19% from 255 or 9.82% from 438); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB02B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBB02B is #244FD4. Grayscale: #AEAEAE. Windows color (decimal): -2379733 or 2863323. OLE color: 2863323.

HSL color Cylindrical-coordinate representation of color #DBB02B: hue angle of 45.34º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DBB02B is Cyan = 0, Magento = 0.20, Yellow = 0.80 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 176 43 -
CMYK 0 0.20 0.80 0.14
HSL 45.34º 0.71% 0.51% -
HSV(B) 45.34º 0.8% 0.86% -
XYZ 45.17 46.29 8.84 -
YUV 173.7 54.25 160.31 -
System Red Green Blue C M Y K H S L
Decimal 219 176 43 0 0.20 0.80 0.14 45.34 0.71 0.51
Hex DB B0 2B 0 14 50 E 2D 47 33
Octal 333 260 53 0 24 120 16 55 107 63
Binary 11011011 10110000 101011 0 10100 1010000 1110 101101 1000111 110011

Color Harmonies of #DBB02B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB02B

Black with #DBB02B

Text Example


Text Example

White with #DBB02B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB02B; }

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

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

background-color css

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

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

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

border-color css

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

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

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