Html Css Color HEX #DBB222 Gold Tips

📋 copy color: '#DBB222'

red 219 ◦ green 178 ◦ blue 34

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

Shades of Gold Tips #DBB222

Tints of Gold Tips #DBB222

RGB

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

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

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

R = 50.81%
G = 41.3%
B = 7.89%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DBB222 (or 0xDBB222) is known color: Gold Tips. HEX triplet: DB, B2 and 22. RGB value is (219,178,34). Sum of RGB (Red+Green+Blue) = 219+178+34=431 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.81% from 431); Green value is 178 (69.92% from 255 or 41.30% from 431); Blue value is 34 (13.67% from 255 or 7.89% from 431); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB222 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBB222 is #244DDD. Grayscale: #AEAEAE. Windows color (decimal): -2379230 or 2274011. OLE color: 2274011.

HSL color Cylindrical-coordinate representation of color #DBB222: hue angle of 46.7º 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 #DBB222 is Cyan = 0, Magento = 0.19, Yellow = 0.84 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 178 34 -
CMYK 0 0.19 0.84 0.14
HSL 46.7º 0.73% 0.5% -
HSV(B) 46.7º 0.84% 0.86% -
XYZ 45.42 47.02 8.19 -
YUV 173.84 49.08 160.21 -
System Red Green Blue C M Y K H S L
Decimal 219 178 34 0 0.19 0.84 0.14 46.7 0.73 0.5
Hex DB B2 22 0 13 54 E 2F 49 32
Octal 333 262 42 0 23 124 16 57 111 62
Binary 11011011 10110010 100010 0 10011 1010100 1110 101111 1001001 110010

Color Harmonies of #DBB222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB222

Black with #DBB222

Text Example


Text Example

White with #DBB222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB222; }

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

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

background-color css

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

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

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

border-color css

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

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

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