Html Css Color HEX #DEB22C Gold Tips

📋 copy color: '#DEB22C'

red 222 ◦ green 178 ◦ blue 44

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

Shades of Gold Tips #DEB22C

Tints of Gold Tips #DEB22C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 9.91%

R = 50%
G = 40.09%
B = 9.91%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DEB22C (or 0xDEB22C) is known color: Gold Tips. HEX triplet: DE, B2 and 2C. RGB value is (222,178,44). Sum of RGB (Red+Green+Blue) = 222+178+44=444 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50% from 444); Green value is 178 (69.92% from 255 or 40.09% from 444); Blue value is 44 (17.58% from 255 or 9.91% from 444); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB22C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEB22C is #214DD3. Grayscale: #B0B0B0. Windows color (decimal): -2182612 or 2929374. OLE color: 2929374.

HSL color Cylindrical-coordinate representation of color #DEB22C: hue angle of 45.17º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DEB22C is Cyan = 0, Magento = 0.20, Yellow = 0.80 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 178 44 -
CMYK 0 0.20 0.80 0.13
HSL 45.17º 0.73% 0.52% -
HSV(B) 45.17º 0.8% 0.87% -
XYZ 46.5 47.55 9.11 -
YUV 175.88 53.58 160.9 -
System Red Green Blue C M Y K H S L
Decimal 222 178 44 0 0.20 0.80 0.13 45.17 0.73 0.52
Hex DE B2 2C 0 14 50 D 2D 49 34
Octal 336 262 54 0 24 120 15 55 111 64
Binary 11011110 10110010 101100 0 10100 1010000 1101 101101 1001001 110100

Color Harmonies of #DEB22C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB22C

Black with #DEB22C

Text Example


Text Example

White with #DEB22C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB22C; }

 p { color: rgb(222,178,44); }

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

background-color css

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

 a { background-color: rgb(222,178,44); }

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

border-color css

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

 span { border-color: rgb(222,178,44); }

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