Html Css Color HEX #DEB322 Gold Tips

📋 copy color: '#DEB322'

red 222 ◦ green 179 ◦ blue 34

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

Shades of Gold Tips #DEB322

Tints of Gold Tips #DEB322

RGB

 RED value IS 222 (87.11% from 255) = 51.03%

 GREEN value IS 179 (70.31% from 255) = 41.15%

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

R = 51.03%
G = 41.15%
B = 7.82%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DEB322 (or 0xDEB322) is known color: Gold Tips. HEX triplet: DE, B3 and 22. RGB value is (222,179,34). Sum of RGB (Red+Green+Blue) = 222+179+34=435 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.03% from 435); Green value is 179 (70.31% from 255 or 41.15% from 435); Blue value is 34 (13.67% from 255 or 7.82% from 435); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB322 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEB322 is #214CDD. Grayscale: #AFAFAF. Windows color (decimal): -2182366 or 2274270. OLE color: 2274270.

HSL color Cylindrical-coordinate representation of color #DEB322: hue angle of 46.28º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DEB322 is Cyan = 0, Magento = 0.19, Yellow = 0.85 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 179 34 -
CMYK 0 0.19 0.85 0.13
HSL 46.28º 0.74% 0.5% -
HSV(B) 46.28º 0.85% 0.87% -
XYZ 46.53 47.89 8.3 -
YUV 175.33 48.25 161.29 -
System Red Green Blue C M Y K H S L
Decimal 222 179 34 0 0.19 0.85 0.13 46.28 0.74 0.5
Hex DE B3 22 0 13 55 D 2E 4A 32
Octal 336 263 42 0 23 125 15 56 112 62
Binary 11011110 10110011 100010 0 10011 1010101 1101 101110 1001010 110010

Color Harmonies of #DEB322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB322

Black with #DEB322

Text Example


Text Example

White with #DEB322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB322; }

 p { color: rgb(222,179,34); }

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

background-color css

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

 a { background-color: rgb(222,179,34); }

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

border-color css

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

 span { border-color: rgb(222,179,34); }

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