Html Css Color HEX #DEBE28 Gold Tips

📋 copy color: '#DEBE28'

red 222 ◦ green 190 ◦ blue 40

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

Shades of Gold Tips #DEBE28

Tints of Gold Tips #DEBE28

RGB

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

 GREEN value IS 190 (74.61% from 255) = 42.04%

 BLUE value IS 40 (16.02% from 255) = 8.85%

R = 49.12%
G = 42.04%
B = 8.85%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DEBE28 (or 0xDEBE28) is known color: Gold Tips. HEX triplet: DE, BE and 28. RGB value is (222,190,40). Sum of RGB (Red+Green+Blue) = 222+190+40=452 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.12% from 452); Green value is 190 (74.61% from 255 or 42.04% from 452); Blue value is 40 (16.02% from 255 or 8.85% from 452); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBE28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEBE28 is #2141D7. Grayscale: #B7B7B7. Windows color (decimal): -2179544 or 2670302. OLE color: 2670302.

HSL color Cylindrical-coordinate representation of color #DEBE28: hue angle of 49.45º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DEBE28 is Cyan = 0, Magento = 0.14, Yellow = 0.82 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 190 40 -
CMYK 0 0.14 0.82 0.13
HSL 49.45º 0.73% 0.51% -
HSV(B) 49.45º 0.82% 0.87% -
XYZ 48.92 52.51 9.56 -
YUV 182.47 47.6 156.2 -
System Red Green Blue C M Y K H S L
Decimal 222 190 40 0 0.14 0.82 0.13 49.45 0.73 0.51
Hex DE BE 28 0 E 52 D 31 49 33
Octal 336 276 50 0 16 122 15 61 111 63
Binary 11011110 10111110 101000 0 1110 1010010 1101 110001 1001001 110011

Color Harmonies of #DEBE28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBE28

Black with #DEBE28

Text Example


Text Example

White with #DEBE28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBE28; }

 p { color: rgb(222,190,40); }

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

background-color css

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

 a { background-color: rgb(222,190,40); }

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

border-color css

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

 span { border-color: rgb(222,190,40); }

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