Html Css Color HEX #DBB628 Gold Tips

📋 copy color: '#DBB628'

red 219 ◦ green 182 ◦ blue 40

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

Shades of Gold Tips #DBB628

Tints of Gold Tips #DBB628

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.07%

R = 49.66%
G = 41.27%
B = 9.07%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#DBB628 (or 0xDBB628) is known color: Gold Tips. HEX triplet: DB, B6 and 28. RGB value is (219,182,40). Sum of RGB (Red+Green+Blue) = 219+182+40=441 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.66% from 441); Green value is 182 (71.48% from 255 or 41.27% from 441); Blue value is 40 (16.02% from 255 or 9.07% from 441); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB628 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB628 is #2449D7. Grayscale: #B1B1B1. Windows color (decimal): -2378200 or 2668251. OLE color: 2668251.

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

Color convert

RGB 219 182 40 -
CMYK 0 0.17 0.82 0.14
HSL 47.6º 0.71% 0.51% -
HSV(B) 47.6º 0.82% 0.86% -
XYZ 46.32 48.67 8.96 -
YUV 176.88 50.76 158.05 -
System Red Green Blue C M Y K H S L
Decimal 219 182 40 0 0.17 0.82 0.14 47.6 0.71 0.51
Hex DB B6 28 0 11 52 E 30 47 33
Octal 333 266 50 0 21 122 16 60 107 63
Binary 11011011 10110110 101000 0 10001 1010010 1110 110000 1000111 110011

Color Harmonies of #DBB628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB628

Black with #DBB628

Text Example


Text Example

White with #DBB628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB628; }

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

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

background-color css

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

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

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

border-color css

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

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

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