Html Css Color HEX #DEBC2C Gold Tips

📋 copy color: '#DEBC2C'

red 222 ◦ green 188 ◦ blue 44

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

Shades of Gold Tips #DEBC2C

Tints of Gold Tips #DEBC2C

RGB

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

 GREEN value IS 188 (73.83% from 255) = 41.41%

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

R = 48.9%
G = 41.41%
B = 9.69%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DEBC2C (or 0xDEBC2C) is known color: Gold Tips. HEX triplet: DE, BC and 2C. RGB value is (222,188,44). Sum of RGB (Red+Green+Blue) = 222+188+44=454 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.90% from 454); Green value is 188 (73.83% from 255 or 41.41% from 454); Blue value is 44 (17.58% from 255 or 9.69% from 454); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBC2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEBC2C is #2143D3. Grayscale: #B6B6B6. Windows color (decimal): -2180052 or 2931934. OLE color: 2931934.

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

Color convert

RGB 222 188 44 -
CMYK 0 0.15 0.80 0.13
HSL 48.54º 0.73% 0.52% -
HSV(B) 48.54º 0.8% 0.87% -
XYZ 48.56 51.68 9.8 -
YUV 181.75 50.26 156.71 -
System Red Green Blue C M Y K H S L
Decimal 222 188 44 0 0.15 0.80 0.13 48.54 0.73 0.52
Hex DE BC 2C 0 F 50 D 31 49 34
Octal 336 274 54 0 17 120 15 61 111 64
Binary 11011110 10111100 101100 0 1111 1010000 1101 110001 1001001 110100

Color Harmonies of #DEBC2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBC2C

Black with #DEBC2C

Text Example


Text Example

White with #DEBC2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBC2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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