Html Css Color HEX #DEB62C Gold Tips

📋 copy color: '#DEB62C'

red 222 ◦ green 182 ◦ blue 44

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

Shades of Gold Tips #DEB62C

Tints of Gold Tips #DEB62C

RGB

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

 GREEN value IS 182 (71.48% from 255) = 40.63%

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

R = 49.55%
G = 40.63%
B = 9.82%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DEB62C (or 0xDEB62C) is known color: Gold Tips. HEX triplet: DE, B6 and 2C. RGB value is (222,182,44). Sum of RGB (Red+Green+Blue) = 222+182+44=448 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.55% from 448); Green value is 182 (71.48% from 255 or 40.62% from 448); Blue value is 44 (17.58% from 255 or 9.82% from 448); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB62C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEB62C is #2149D3. Grayscale: #B2B2B2. Windows color (decimal): -2181588 or 2930398. OLE color: 2930398.

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

Color convert

RGB 222 182 44 -
CMYK 0 0.18 0.80 0.13
HSL 46.52º 0.73% 0.52% -
HSV(B) 46.52º 0.8% 0.87% -
XYZ 47.31 49.17 9.38 -
YUV 178.23 52.25 159.22 -
System Red Green Blue C M Y K H S L
Decimal 222 182 44 0 0.18 0.80 0.13 46.52 0.73 0.52
Hex DE B6 2C 0 12 50 D 2F 49 34
Octal 336 266 54 0 22 120 15 57 111 64
Binary 11011110 10110110 101100 0 10010 1010000 1101 101111 1001001 110100

Color Harmonies of #DEB62C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB62C

Black with #DEB62C

Text Example


Text Example

White with #DEB62C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB62C; }

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

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

background-color css

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

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

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

border-color css

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

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

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