#DCD62B

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

Shades of Bitter Lemon #DCD62B

Tints of Bitter Lemon #DCD62B

Color information

#DCD62B (or 0xDCD62B) is unknown color: approx Bitter Lemon. HEX triplet: DC, D6 and 2B. RGB value is (220,214,43). Sum of RGB (Red+Green+Blue) = 220+214+43=477 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.12% from 477); Green value is 214 (83.98% from 255 or 44.86% from 477); Blue value is 43 (17.19% from 255 or 9.01% from 477); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD62B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD62B is #2329D4. Grayscale: #C4C4C4. Windows color (decimal): -2304469 or 2873052. OLE color: 2873052.

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

Color convert

RGB22021443-
CMYK00.030.800.14
HSL57.97º71.66%51.57%-
HSV(B)57.97º80.45%86.27%-
XYZ5463.4811.69-
YUV196.341.49144.9-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 46.12%
GREEN value IS 214 (83.98% from 255) = 44.86%
BLUE value IS 43 (17.19% from 255) = 9.01%
R=46.12%
G=44.86%
B=9.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.80
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2202144300.030.800.1457.9771.6651.57
HexDCD62B0350E3a4834
Octal3343265303120167211064
Binary1101110011010110101011011101000011101110101001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD62B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD62B; }

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

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

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

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

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

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

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

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