#DEBC33

Color #DEBC33 Bright Sun (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Sun #DEBC33

Tints of Bright Sun #DEBC33

Color information

#DEBC33 (or 0xDEBC33) is unknown color: approx Bright Sun. HEX triplet: DE, BC and 33. RGB value is (222,188,51). Sum of RGB (Red+Green+Blue) = 222+188+51=461 (61% of max value = 765). Red value is 222 (87.11% from 255 or 48.16% from 461); Green value is 188 (73.83% from 255 or 40.78% from 461); Blue value is 51 (20.31% from 255 or 11.06% from 461); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBC33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEBC33 is #2143CC. Grayscale: #B7B7B7. Windows color (decimal): -2180045 or 3390686. OLE color: 3390686.

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

Color convert

RGB22218851-
CMYK00.150.770.13
HSL48.07º72.15%53.53%-
HSV(B)48.07º77.03%87.06%-
XYZ48.751.7410.55-
YUV182.5553.76156.14-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 48.16%
GREEN value IS 188 (73.83% from 255) = 40.78%
BLUE value IS 51 (20.31% from 255) = 11.06%
R=48.16%
G=40.78%
B=11.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.77
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221885100.150.770.1348.0772.1553.53
HexDEBC330F4DD304836
Octal33627463017115156011066
Binary110111101011110011001101111100110111011100001001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBC33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBC33; }

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

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

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

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

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

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

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

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