#DEBD33

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

Shades of Bright Sun #DEBD33

Tints of Bright Sun #DEBD33

Color information

#DEBD33 (or 0xDEBD33) is unknown color: approx Bright Sun. HEX triplet: DE, BD and 33. RGB value is (222,189,51). Sum of RGB (Red+Green+Blue) = 222+189+51=462 (61% of max value = 765). Red value is 222 (87.11% from 255 or 48.05% from 462); Green value is 189 (74.22% from 255 or 40.91% from 462); Blue value is 51 (20.31% from 255 or 11.04% from 462); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBD33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEBD33 is #2142CC. Grayscale: #B7B7B7. Windows color (decimal): -2179789 or 3390942. OLE color: 3390942.

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

Color convert

RGB22218951-
CMYK00.150.770.13
HSL48.42º72.15%53.53%-
HSV(B)48.42º77.03%87.06%-
XYZ48.9252.1610.62-
YUV183.1453.43155.72-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 48.05%
GREEN value IS 189 (74.22% from 255) = 40.91%
BLUE value IS 51 (20.31% from 255) = 11.04%
R=48.05%
G=40.91%
B=11.04%

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
Decimal2221895100.150.770.1348.4272.1553.53
HexDEBD330F4DD304836
Octal33627563017115156011066
Binary110111101011110111001101111100110111011100001001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBD33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBD33; }

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

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

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

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

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

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

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

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