#DCDB2F

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

Shades of Bitter Lemon #DCDB2F

Tints of Bitter Lemon #DCDB2F

Color information

#DCDB2F (or 0xDCDB2F) is unknown color: approx Bitter Lemon. HEX triplet: DC, DB and 2F. RGB value is (220,219,47). Sum of RGB (Red+Green+Blue) = 220+219+47=486 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.27% from 486); Green value is 219 (85.94% from 255 or 45.06% from 486); Blue value is 47 (18.75% from 255 or 9.67% from 486); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDB2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDB2F is #2324D0. Grayscale: #C8C8C8. Windows color (decimal): -2303185 or 3136476. OLE color: 3136476.

HSL color Cylindrical-coordinate representation of color #DCDB2F: hue angle of 59.65º 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 #DCDB2F is Cyan = 0, Magento = 0.00, Yellow = 0.79 and Black (K on CMYK) = 0.14.

Color convert

RGB22021947-
CMYK00.000.790.14
HSL59.65º71.19%52.35%-
HSV(B)59.65º78.64%86.27%-
XYZ55.3666.0812.53-
YUV199.6941.83142.49-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 45.27%
GREEN value IS 219 (85.94% from 255) = 45.06%
BLUE value IS 47 (18.75% from 255) = 9.67%
R=45.27%
G=45.06%
B=9.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.79
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2202194700.000.790.1459.6571.1952.35
HexDCDB2F004FE3c4734
Octal3343335700117167410764
Binary110111001101101110111100100111111101111001000111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDB2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDB2F; }

 p { color: rgb(220,219,47); }

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

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

 a { background-color: rgb(220,219,47); }

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

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

 span { border-color: rgb(220,219,47); }

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