Html Css Color HEX #DBB125 Gold Tips

📋 copy color: '#DBB125'

red 219 ◦ green 177 ◦ blue 37

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

Shades of Gold Tips #DBB125

Tints of Gold Tips #DBB125

RGB

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

 GREEN value IS 177 (69.53% from 255) = 40.88%

 BLUE value IS 37 (14.84% from 255) = 8.55%

R = 50.58%
G = 40.88%
B = 8.55%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#DBB125 (or 0xDBB125) is known color: Gold Tips. HEX triplet: DB, B1 and 25. RGB value is (219,177,37). Sum of RGB (Red+Green+Blue) = 219+177+37=433 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.58% from 433); Green value is 177 (69.53% from 255 or 40.88% from 433); Blue value is 37 (14.84% from 255 or 8.55% from 433); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB125 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBB125 is #244EDA. Grayscale: #AEAEAE. Windows color (decimal): -2379483 or 2470363. OLE color: 2470363.

HSL color Cylindrical-coordinate representation of color #DBB125: hue angle of 46.15º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DBB125 is Cyan = 0, Magento = 0.19, Yellow = 0.83 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 177 37 -
CMYK 0 0.19 0.83 0.14
HSL 46.15º 0.72% 0.5% -
HSV(B) 46.15º 0.83% 0.86% -
XYZ 45.27 46.64 8.37 -
YUV 173.6 50.91 160.38 -
System Red Green Blue C M Y K H S L
Decimal 219 177 37 0 0.19 0.83 0.14 46.15 0.72 0.5
Hex DB B1 25 0 13 53 E 2E 48 32
Octal 333 261 45 0 23 123 16 56 110 62
Binary 11011011 10110001 100101 0 10011 1010011 1110 101110 1001000 110010

Color Harmonies of #DBB125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB125

Black with #DBB125

Text Example


Text Example

White with #DBB125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB125; }

 p { color: rgb(219,177,37); }

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

background-color css

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

 a { background-color: rgb(219,177,37); }

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

border-color css

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

 span { border-color: rgb(219,177,37); }

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