Html Css Color HEX #DBB11E Gold Tips

📋 copy color: '#DBB11E'

red 219 ◦ green 177 ◦ blue 30

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

Shades of Gold Tips #DBB11E

Tints of Gold Tips #DBB11E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.04%

R = 51.41%
G = 41.55%
B = 7.04%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DBB11E (or 0xDBB11E) is known color: Gold Tips. HEX triplet: DB, B1 and 1E. RGB value is (219,177,30). Sum of RGB (Red+Green+Blue) = 219+177+30=426 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.41% from 426); Green value is 177 (69.53% from 255 or 41.55% from 426); Blue value is 30 (12.11% from 255 or 7.04% from 426); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB11E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBB11E is #244EE1. Grayscale: #ADADAD. Windows color (decimal): -2379490 or 2011611. OLE color: 2011611.

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

Color convert

RGB 219 177 30 -
CMYK 0 0.19 0.86 0.14
HSL 46.67º 0.76% 0.49% -
HSV(B) 46.67º 0.86% 0.86% -
XYZ 45.17 46.6 7.84 -
YUV 172.8 47.41 160.95 -
System Red Green Blue C M Y K H S L
Decimal 219 177 30 0 0.19 0.86 0.14 46.67 0.76 0.49
Hex DB B1 1E 0 13 56 E 2F 4C 31
Octal 333 261 36 0 23 126 16 57 114 61
Binary 11011011 10110001 11110 0 10011 1010110 1110 101111 1001100 110001

Color Harmonies of #DBB11E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB11E

Black with #DBB11E

Text Example


Text Example

White with #DBB11E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB11E; }

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

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

background-color css

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

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

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

border-color css

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

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

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