Html Css Color HEX #DBB624 Gold Tips

📋 copy color: '#DBB624'

red 219 ◦ green 182 ◦ blue 36

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

Shades of Gold Tips #DBB624

Tints of Gold Tips #DBB624

RGB

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

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

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

R = 50.11%
G = 41.65%
B = 8.24%

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

#DBB624 (or 0xDBB624) is known color: Gold Tips. HEX triplet: DB, B6 and 24. RGB value is (219,182,36). Sum of RGB (Red+Green+Blue) = 219+182+36=437 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.11% from 437); Green value is 182 (71.48% from 255 or 41.65% from 437); Blue value is 36 (14.45% from 255 or 8.24% from 437); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB624 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB624 is #2449DB. Grayscale: #B1B1B1. Windows color (decimal): -2378204 or 2406107. OLE color: 2406107.

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

Color convert

RGB 219 182 36 -
CMYK 0 0.17 0.84 0.14
HSL 47.87º 0.72% 0.5% -
HSV(B) 47.87º 0.84% 0.86% -
XYZ 46.26 48.64 8.62 -
YUV 176.42 48.76 158.37 -
System Red Green Blue C M Y K H S L
Decimal 219 182 36 0 0.17 0.84 0.14 47.87 0.72 0.5
Hex DB B6 24 0 11 54 E 30 48 32
Octal 333 266 44 0 21 124 16 60 110 62
Binary 11011011 10110110 100100 0 10001 1010100 1110 110000 1001000 110010

Color Harmonies of #DBB624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB624

Black with #DBB624

Text Example


Text Example

White with #DBB624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB624; }

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

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

background-color css

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

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

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

border-color css

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

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

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