#DEBB33

Color #DEBB33 Gold Tips (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gold Tips #DEBB33

Tints of Gold Tips #DEBB33

Color information

#DEBB33 (or 0xDEBB33) is unknown color: approx Gold Tips. HEX triplet: DE, BB and 33. RGB value is (222,187,51). Sum of RGB (Red+Green+Blue) = 222+187+51=460 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.26% from 460); Green value is 187 (73.44% from 255 or 40.65% from 460); Blue value is 51 (20.31% from 255 or 11.09% from 460); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBB33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEBB33 is #2144CC. Grayscale: #B6B6B6. Windows color (decimal): -2180301 or 3390430. OLE color: 3390430.

HSL color Cylindrical-coordinate representation of color #DEBB33: hue angle of 47.72º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DEBB33 is Cyan = 0, Magento = 0.16, Yellow = 0.77 and Black (K on CMYK) = 0.13.

Color convert

RGB22218751-
CMYK00.160.770.13
HSL47.72º72.15%53.53%-
HSV(B)47.72º77.03%87.06%-
XYZ48.4951.3110.48-
YUV181.9654.1156.56-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 48.26%
GREEN value IS 187 (73.44% from 255) = 40.65%
BLUE value IS 51 (20.31% from 255) = 11.09%
R=48.26%
G=40.65%
B=11.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.77
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221875100.160.770.1347.7272.1553.53
HexDEBB330104DD304836
Octal33627363020115156011066
Binary1101111010111011110011010000100110111011100001001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBB33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBB33; }

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

 H1.HeaderClassName
 {
   color: #DEBB33;
 }
 .AnyTagClassName
 {
   color: #DEBB33;
 }
</style>
background-color css

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

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

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

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

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

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