Html Css Color HEX #DBB623 Gold Tips

📋 copy color: '#DBB623'

red 219 ◦ green 182 ◦ blue 35

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

Shades of Gold Tips #DBB623

Tints of Gold Tips #DBB623

RGB

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

 GREEN value IS 182 (71.48% from 255) = 41.74%

 BLUE value IS 35 (14.06% from 255) = 8.03%

R = 50.23%
G = 41.74%
B = 8.03%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DBB623 (or 0xDBB623) is known color: Gold Tips. HEX triplet: DB, B6 and 23. RGB value is (219,182,35). Sum of RGB (Red+Green+Blue) = 219+182+35=436 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.23% from 436); Green value is 182 (71.48% from 255 or 41.74% from 436); Blue value is 35 (14.06% from 255 or 8.03% from 436); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB623 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB623 is #2449DC. Grayscale: #B0B0B0. Windows color (decimal): -2378205 or 2340571. OLE color: 2340571.

HSL color Cylindrical-coordinate representation of color #DBB623: hue angle of 47.93º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DBB623 is Cyan = 0, Magento = 0.17, Yellow = 0.84 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 182 35 -
CMYK 0 0.17 0.84 0.14
HSL 47.93º 0.72% 0.5% -
HSV(B) 47.93º 0.84% 0.86% -
XYZ 46.24 48.64 8.54 -
YUV 176.31 48.26 158.45 -
System Red Green Blue C M Y K H S L
Decimal 219 182 35 0 0.17 0.84 0.14 47.93 0.72 0.5
Hex DB B6 23 0 11 54 E 30 48 32
Octal 333 266 43 0 21 124 16 60 110 62
Binary 11011011 10110110 100011 0 10001 1010100 1110 110000 1001000 110010

Color Harmonies of #DBB623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB623

Black with #DBB623

Text Example


Text Example

White with #DBB623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB623; }

 p { color: rgb(219,182,35); }

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

background-color css

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

 a { background-color: rgb(219,182,35); }

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

border-color css

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

 span { border-color: rgb(219,182,35); }

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