Html Css Color HEX #DEB32C Gold Tips

📋 copy color: '#DEB32C'

red 222 ◦ green 179 ◦ blue 44

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

Shades of Gold Tips #DEB32C

Tints of Gold Tips #DEB32C

RGB

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

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

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

R = 49.89%
G = 40.22%
B = 9.89%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DEB32C (or 0xDEB32C) is known color: Gold Tips. HEX triplet: DE, B3 and 2C. RGB value is (222,179,44). Sum of RGB (Red+Green+Blue) = 222+179+44=445 (58% of max value = 765). Red value is 222 (87.11% from 255 or 49.89% from 445); Green value is 179 (70.31% from 255 or 40.22% from 445); Blue value is 44 (17.58% from 255 or 9.89% from 445); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB32C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEB32C is #214CD3. Grayscale: #B1B1B1. Windows color (decimal): -2182356 or 2929630. OLE color: 2929630.

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

Color convert

RGB 222 179 44 -
CMYK 0 0.19 0.80 0.13
HSL 45.51º 0.73% 0.52% -
HSV(B) 45.51º 0.8% 0.87% -
XYZ 46.7 47.95 9.18 -
YUV 176.47 53.25 160.48 -
System Red Green Blue C M Y K H S L
Decimal 222 179 44 0 0.19 0.80 0.13 45.51 0.73 0.52
Hex DE B3 2C 0 13 50 D 2E 49 34
Octal 336 263 54 0 23 120 15 56 111 64
Binary 11011110 10110011 101100 0 10011 1010000 1101 101110 1001001 110100

Color Harmonies of #DEB32C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB32C

Black with #DEB32C

Text Example


Text Example

White with #DEB32C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB32C; }

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

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

background-color css

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

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

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

border-color css

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

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

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