#DCD82B

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

Shades of Bitter Lemon #DCD82B

Tints of Bitter Lemon #DCD82B

Color information

#DCD82B (or 0xDCD82B) is unknown color: approx Bitter Lemon. HEX triplet: DC, D8 and 2B. RGB value is (220,216,43). Sum of RGB (Red+Green+Blue) = 220+216+43=479 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.93% from 479); Green value is 216 (84.77% from 255 or 45.09% from 479); Blue value is 43 (17.19% from 255 or 8.98% from 479); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD82B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD82B is #2327D4. Grayscale: #C6C6C6. Windows color (decimal): -2303957 or 2873564. OLE color: 2873564.

HSL color Cylindrical-coordinate representation of color #DCD82B: hue angle of 58.64º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DCD82B is Cyan = 0, Magento = 0.02, Yellow = 0.80 and Black (K on CMYK) = 0.14.

Color convert

RGB22021643-
CMYK00.020.800.14
HSL58.64º71.66%51.57%-
HSV(B)58.64º80.45%86.27%-
XYZ54.5164.511.86-
YUV197.4740.83144.07-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 45.93%
GREEN value IS 216 (84.77% from 255) = 45.09%
BLUE value IS 43 (17.19% from 255) = 8.98%
R=45.93%
G=45.09%
B=8.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.80
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2202164300.020.800.1458.6471.6651.57
HexDCD82B0250E3b4834
Octal3343305302120167311064
Binary1101110011011000101011010101000011101110111001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD82B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD82B; }

 p { color: rgb(220,216,43); }

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

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

 a { background-color: rgb(220,216,43); }

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

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

 span { border-color: rgb(220,216,43); }

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