Html Css Color HEX #DBB027 Gold Tips

📋 copy color: '#DBB027'

red 219 ◦ green 176 ◦ blue 39

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

Shades of Gold Tips #DBB027

Tints of Gold Tips #DBB027

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 8.99%

R = 50.46%
G = 40.55%
B = 8.99%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#DBB027 (or 0xDBB027) is known color: Gold Tips. HEX triplet: DB, B0 and 27. RGB value is (219,176,39). Sum of RGB (Red+Green+Blue) = 219+176+39=434 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.46% from 434); Green value is 176 (69.14% from 255 or 40.55% from 434); Blue value is 39 (15.62% from 255 or 8.99% from 434); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB027 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBB027 is #244FD8. Grayscale: #ADADAD. Windows color (decimal): -2379737 or 2601179. OLE color: 2601179.

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

Color convert

RGB 219 176 39 -
CMYK 0 0.20 0.82 0.14
HSL 45.67º 0.71% 0.51% -
HSV(B) 45.67º 0.82% 0.86% -
XYZ 45.1 46.26 8.47 -
YUV 173.24 52.25 160.64 -
System Red Green Blue C M Y K H S L
Decimal 219 176 39 0 0.20 0.82 0.14 45.67 0.71 0.51
Hex DB B0 27 0 14 52 E 2E 47 33
Octal 333 260 47 0 24 122 16 56 107 63
Binary 11011011 10110000 100111 0 10100 1010010 1110 101110 1000111 110011

Color Harmonies of #DBB027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB027

Black with #DBB027

Text Example


Text Example

White with #DBB027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB027; }

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

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

background-color css

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

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

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

border-color css

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

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

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