#DEDC27

Color #DEDC27 Bitter Lemon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bitter Lemon #DEDC27

Tints of Bitter Lemon #DEDC27

Color information

#DEDC27 (or 0xDEDC27) is unknown color: approx Bitter Lemon. HEX triplet: DE, DC and 27. RGB value is (222,220,39). Sum of RGB (Red+Green+Blue) = 222+220+39=481 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.15% from 481); Green value is 220 (86.33% from 255 or 45.74% from 481); Blue value is 39 (15.62% from 255 or 8.11% from 481); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDC27 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEDC27 is #2123D8. Grayscale: #C8C8C8. Windows color (decimal): -2171865 or 2612446. OLE color: 2612446.

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

Color convert

RGB22222039-
CMYK00.010.820.13
HSL59.34º73.49%51.18%-
HSV(B)59.34º82.43%87.06%-
XYZ56.0866.8611.87-
YUV199.9637.16143.72-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 46.15%
GREEN value IS 220 (86.33% from 255) = 45.74%
BLUE value IS 39 (15.62% from 255) = 8.11%
R=46.15%
G=45.74%
B=8.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.82
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2222203900.010.820.1359.3473.4951.18
HexDEDC270152D3b4933
Octal3363344701122157311163
Binary110111101101110010011101101001011011110111001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDC27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDC27; }

 p { color: rgb(222,220,39); }

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

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

 a { background-color: rgb(222,220,39); }

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

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

 span { border-color: rgb(222,220,39); }

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