Html Css Color HEX #DBB024 Gold Tips

📋 copy color: '#DBB024'

red 219 ◦ green 176 ◦ blue 36

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

Shades of Gold Tips #DBB024

Tints of Gold Tips #DBB024

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 8.35%

R = 50.81%
G = 40.84%
B = 8.35%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DBB024 (or 0xDBB024) is known color: Gold Tips. HEX triplet: DB, B0 and 24. RGB value is (219,176,36). Sum of RGB (Red+Green+Blue) = 219+176+36=431 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.81% from 431); Green value is 176 (69.14% from 255 or 40.84% from 431); Blue value is 36 (14.45% from 255 or 8.35% from 431); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB024 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBB024 is #244FDB. Grayscale: #ADADAD. Windows color (decimal): -2379740 or 2404571. OLE color: 2404571.

HSL color Cylindrical-coordinate representation of color #DBB024: hue angle of 45.9º 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 #DBB024 is Cyan = 0, Magento = 0.20, Yellow = 0.84 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 176 36 -
CMYK 0 0.20 0.84 0.14
HSL 45.9º 0.72% 0.5% -
HSV(B) 45.9º 0.84% 0.86% -
XYZ 45.06 46.24 8.22 -
YUV 172.9 50.75 160.88 -
System Red Green Blue C M Y K H S L
Decimal 219 176 36 0 0.20 0.84 0.14 45.9 0.72 0.5
Hex DB B0 24 0 14 54 E 2E 48 32
Octal 333 260 44 0 24 124 16 56 110 62
Binary 11011011 10110000 100100 0 10100 1010100 1110 101110 1001000 110010

Color Harmonies of #DBB024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB024

Black with #DBB024

Text Example


Text Example

White with #DBB024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB024; }

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

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

background-color css

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

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

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

border-color css

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

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

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