Html Css Color HEX #DBB722 Gold Tips

📋 copy color: '#DBB722'

red 219 ◦ green 183 ◦ blue 34

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

Shades of Gold Tips #DBB722

Tints of Gold Tips #DBB722

RGB

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

 GREEN value IS 183 (71.88% from 255) = 41.97%

 BLUE value IS 34 (13.67% from 255) = 7.8%

R = 50.23%
G = 41.97%
B = 7.8%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DBB722 (or 0xDBB722) is known color: Gold Tips. HEX triplet: DB, B7 and 22. RGB value is (219,183,34). Sum of RGB (Red+Green+Blue) = 219+183+34=436 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.23% from 436); Green value is 183 (71.88% from 255 or 41.97% from 436); Blue value is 34 (13.67% from 255 or 7.80% from 436); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB722 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB722 is #2448DD. Grayscale: #B1B1B1. Windows color (decimal): -2377950 or 2275291. OLE color: 2275291.

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

Color convert

RGB 219 183 34 -
CMYK 0 0.16 0.84 0.14
HSL 48.32º 0.73% 0.5% -
HSV(B) 48.32º 0.84% 0.86% -
XYZ 46.44 49.04 8.53 -
YUV 176.78 47.43 158.12 -
System Red Green Blue C M Y K H S L
Decimal 219 183 34 0 0.16 0.84 0.14 48.32 0.73 0.5
Hex DB B7 22 0 10 54 E 30 49 32
Octal 333 267 42 0 20 124 16 60 111 62
Binary 11011011 10110111 100010 0 10000 1010100 1110 110000 1001001 110010

Color Harmonies of #DBB722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB722

Black with #DBB722

Text Example


Text Example

White with #DBB722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB722; }

 p { color: rgb(219,183,34); }

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

background-color css

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

 a { background-color: rgb(219,183,34); }

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

border-color css

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

 span { border-color: rgb(219,183,34); }

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