Html Css Color HEX #DBB724 Gold Tips

📋 copy color: '#DBB724'

red 219 ◦ green 183 ◦ blue 36

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

Shades of Gold Tips #DBB724

Tints of Gold Tips #DBB724

RGB

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

 GREEN value IS 183 (71.88% from 255) = 41.78%

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

R = 50%
G = 41.78%
B = 8.22%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DBB724 (or 0xDBB724) is known color: Gold Tips. HEX triplet: DB, B7 and 24. RGB value is (219,183,36). Sum of RGB (Red+Green+Blue) = 219+183+36=438 (58% of max value = 765). Red value is 219 (85.94% from 255 or 50% from 438); Green value is 183 (71.88% from 255 or 41.78% from 438); Blue value is 36 (14.45% from 255 or 8.22% from 438); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB724 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB724 is #2448DB. Grayscale: #B1B1B1. Windows color (decimal): -2377948 or 2406363. OLE color: 2406363.

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

Color convert

RGB 219 183 36 -
CMYK 0 0.16 0.84 0.14
HSL 48.2º 0.72% 0.5% -
HSV(B) 48.2º 0.84% 0.86% -
XYZ 46.47 49.05 8.69 -
YUV 177.01 48.43 157.95 -
System Red Green Blue C M Y K H S L
Decimal 219 183 36 0 0.16 0.84 0.14 48.2 0.72 0.5
Hex DB B7 24 0 10 54 E 30 48 32
Octal 333 267 44 0 20 124 16 60 110 62
Binary 11011011 10110111 100100 0 10000 1010100 1110 110000 1001000 110010

Color Harmonies of #DBB724

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB724

Black with #DBB724

Text Example


Text Example

White with #DBB724

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB724; }

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

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

background-color css

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

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

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

border-color css

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

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

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