Html Css Color HEX #DEB323 Gold Tips

📋 copy color: '#DEB323'

red 222 ◦ green 179 ◦ blue 35

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

Shades of Gold Tips #DEB323

Tints of Gold Tips #DEB323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 8.03%

R = 50.92%
G = 41.06%
B = 8.03%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DEB323 (or 0xDEB323) is known color: Gold Tips. HEX triplet: DE, B3 and 23. RGB value is (222,179,35). Sum of RGB (Red+Green+Blue) = 222+179+35=436 (57% of max value = 765). Red value is 222 (87.11% from 255 or 50.92% from 436); Green value is 179 (70.31% from 255 or 41.06% from 436); Blue value is 35 (14.06% from 255 or 8.03% from 436); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB323 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEB323 is #214CDC. Grayscale: #B0B0B0. Windows color (decimal): -2182365 or 2339806. OLE color: 2339806.

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

Color convert

RGB 222 179 35 -
CMYK 0 0.19 0.84 0.13
HSL 46.2º 0.74% 0.5% -
HSV(B) 46.2º 0.84% 0.87% -
XYZ 46.55 47.89 8.38 -
YUV 175.44 48.75 161.21 -
System Red Green Blue C M Y K H S L
Decimal 222 179 35 0 0.19 0.84 0.13 46.2 0.74 0.5
Hex DE B3 23 0 13 54 D 2E 4A 32
Octal 336 263 43 0 23 124 15 56 112 62
Binary 11011110 10110011 100011 0 10011 1010100 1101 101110 1001010 110010

Color Harmonies of #DEB323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB323

Black with #DEB323

Text Example


Text Example

White with #DEB323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB323; }

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

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

background-color css

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

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

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

border-color css

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

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

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