Html Css Color HEX #DBB021 Gold Tips

📋 copy color: '#DBB021'

red 219 ◦ green 176 ◦ blue 33

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

Shades of Gold Tips #DBB021

Tints of Gold Tips #DBB021

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 7.71%

R = 51.17%
G = 41.12%
B = 7.71%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DBB021 (or 0xDBB021) is known color: Gold Tips. HEX triplet: DB, B0 and 21. RGB value is (219,176,33). Sum of RGB (Red+Green+Blue) = 219+176+33=428 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.17% from 428); Green value is 176 (69.14% from 255 or 41.12% from 428); Blue value is 33 (13.28% from 255 or 7.71% from 428); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB021 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBB021 is #244FDE. Grayscale: #ADADAD. Windows color (decimal): -2379743 or 2207963. OLE color: 2207963.

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

Color convert

RGB 219 176 33 -
CMYK 0 0.20 0.85 0.14
HSL 46.13º 0.74% 0.49% -
HSV(B) 46.13º 0.85% 0.86% -
XYZ 45.01 46.22 7.99 -
YUV 172.56 49.25 161.13 -
System Red Green Blue C M Y K H S L
Decimal 219 176 33 0 0.20 0.85 0.14 46.13 0.74 0.49
Hex DB B0 21 0 14 55 E 2E 4A 31
Octal 333 260 41 0 24 125 16 56 112 61
Binary 11011011 10110000 100001 0 10100 1010101 1110 101110 1001010 110001

Color Harmonies of #DBB021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB021

Black with #DBB021

Text Example


Text Example

White with #DBB021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB021; }

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

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

background-color css

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

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

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

border-color css

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

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

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