#DCD52E

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

Shades of Bitter Lemon #DCD52E

Tints of Bitter Lemon #DCD52E

Color information

#DCD52E (or 0xDCD52E) is unknown color: approx Bitter Lemon. HEX triplet: DC, D5 and 2E. RGB value is (220,213,46). Sum of RGB (Red+Green+Blue) = 220+213+46=479 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.93% from 479); Green value is 213 (83.59% from 255 or 44.47% from 479); Blue value is 46 (18.36% from 255 or 9.60% from 479); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD52E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD52E is #232AD1. Grayscale: #C4C4C4. Windows color (decimal): -2304722 or 3069404. OLE color: 3069404.

HSL color Cylindrical-coordinate representation of color #DCD52E: hue angle of 57.59º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DCD52E is Cyan = 0, Magento = 0.03, Yellow = 0.79 and Black (K on CMYK) = 0.14.

Color convert

RGB22021346-
CMYK00.030.790.14
HSL57.59º71.31%52.16%-
HSV(B)57.59º79.09%86.27%-
XYZ53.86311.91-
YUV196.0543.32145.08-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 45.93%
GREEN value IS 213 (83.59% from 255) = 44.47%
BLUE value IS 46 (18.36% from 255) = 9.60%
R=45.93%
G=44.47%
B=9.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.79
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2202134600.030.790.1457.5971.3152.16
HexDCD52E034FE3a4734
Octal3343255603117167210764
Binary1101110011010101101110011100111111101110101000111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD52E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD52E; }

 p { color: rgb(220,213,46); }

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

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

 a { background-color: rgb(220,213,46); }

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

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

 span { border-color: rgb(220,213,46); }

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