#DCD32D

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

Shades of Bitter Lemon #DCD32D

Tints of Bitter Lemon #DCD32D

Color information

#DCD32D (or 0xDCD32D) is unknown color: approx Bitter Lemon. HEX triplet: DC, D3 and 2D. RGB value is (220,211,45). Sum of RGB (Red+Green+Blue) = 220+211+45=476 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.22% from 476); Green value is 211 (82.81% from 255 or 44.33% from 476); Blue value is 45 (17.97% from 255 or 9.45% from 476); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD32D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD32D is #232CD2. Grayscale: #C3C3C3. Windows color (decimal): -2305235 or 3003356. OLE color: 3003356.

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

Color convert

RGB22021145-
CMYK00.040.800.14
HSL56.91º71.43%51.96%-
HSV(B)56.91º79.55%86.27%-
XYZ53.2861.9911.64-
YUV194.7743.48146-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 46.22%
GREEN value IS 211 (82.81% from 255) = 44.33%
BLUE value IS 45 (17.97% from 255) = 9.45%
R=46.22%
G=44.33%
B=9.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.80
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2202114500.040.800.1456.9171.4351.96
HexDCD32D0450E394734
Octal3343235504120167110764
Binary11011100110100111011010100101000011101110011000111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD32D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD32D; }

 p { color: rgb(220,211,45); }

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

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

 a { background-color: rgb(220,211,45); }

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

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

 span { border-color: rgb(220,211,45); }

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