Html Css Color HEX #DEBB2C Gold Tips

📋 copy color: '#DEBB2C'

red 222 ◦ green 187 ◦ blue 44

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

Shades of Gold Tips #DEBB2C

Tints of Gold Tips #DEBB2C

RGB

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

 GREEN value IS 187 (73.44% from 255) = 41.28%

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

R = 49.01%
G = 41.28%
B = 9.71%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DEBB2C (or 0xDEBB2C) is known color: Gold Tips. HEX triplet: DE, BB and 2C. RGB value is (222,187,44). Sum of RGB (Red+Green+Blue) = 222+187+44=453 (60% of max value = 765). Red value is 222 (87.11% from 255 or 49.01% from 453); Green value is 187 (73.44% from 255 or 41.28% from 453); Blue value is 44 (17.58% from 255 or 9.71% from 453); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBB2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEBB2C is #2144D3. Grayscale: #B5B5B5. Windows color (decimal): -2180308 or 2931678. OLE color: 2931678.

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

Color convert

RGB 222 187 44 -
CMYK 0 0.16 0.80 0.13
HSL 48.2º 0.73% 0.52% -
HSV(B) 48.2º 0.8% 0.87% -
XYZ 48.35 51.25 9.73 -
YUV 181.16 50.6 157.13 -
System Red Green Blue C M Y K H S L
Decimal 222 187 44 0 0.16 0.80 0.13 48.2 0.73 0.52
Hex DE BB 2C 0 10 50 D 30 49 34
Octal 336 273 54 0 20 120 15 60 111 64
Binary 11011110 10111011 101100 0 10000 1010000 1101 110000 1001001 110100

Color Harmonies of #DEBB2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBB2C

Black with #DEBB2C

Text Example


Text Example

White with #DEBB2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBB2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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