Html Css Color HEX #DBB21C Gold Tips

📋 copy color: '#DBB21C'

red 219 ◦ green 178 ◦ blue 28

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

Shades of Gold Tips #DBB21C

Tints of Gold Tips #DBB21C

RGB

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

 GREEN value IS 178 (69.92% from 255) = 41.88%

 BLUE value IS 28 (11.33% from 255) = 6.59%

R = 51.53%
G = 41.88%
B = 6.59%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DBB21C (or 0xDBB21C) is known color: Gold Tips. HEX triplet: DB, B2 and 1C. RGB value is (219,178,28). Sum of RGB (Red+Green+Blue) = 219+178+28=425 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.53% from 425); Green value is 178 (69.92% from 255 or 41.88% from 425); Blue value is 28 (11.33% from 255 or 6.59% from 425); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB21C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBB21C is #244DE3. Grayscale: #ADADAD. Windows color (decimal): -2379236 or 1880795. OLE color: 1880795.

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

Color convert

RGB 219 178 28 -
CMYK 0 0.19 0.87 0.14
HSL 47.12º 0.77% 0.48% -
HSV(B) 47.12º 0.87% 0.86% -
XYZ 45.34 46.98 7.78 -
YUV 173.16 46.08 160.7 -
System Red Green Blue C M Y K H S L
Decimal 219 178 28 0 0.19 0.87 0.14 47.12 0.77 0.48
Hex DB B2 1C 0 13 57 E 2F 4D 30
Octal 333 262 34 0 23 127 16 57 115 60
Binary 11011011 10110010 11100 0 10011 1010111 1110 101111 1001101 110000

Color Harmonies of #DBB21C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB21C

Black with #DBB21C

Text Example


Text Example

White with #DBB21C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB21C; }

 p { color: rgb(219,178,28); }

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

background-color css

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

 a { background-color: rgb(219,178,28); }

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

border-color css

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

 span { border-color: rgb(219,178,28); }

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