#DCD72B

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

Shades of Bitter Lemon #DCD72B

Tints of Bitter Lemon #DCD72B

Color information

#DCD72B (or 0xDCD72B) is unknown color: approx Bitter Lemon. HEX triplet: DC, D7 and 2B. RGB value is (220,215,43). Sum of RGB (Red+Green+Blue) = 220+215+43=478 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.03% from 478); Green value is 215 (84.38% from 255 or 44.98% from 478); Blue value is 43 (17.19% from 255 or 9.00% from 478); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD72B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD72B is #2328D4. Grayscale: #C5C5C5. Windows color (decimal): -2304213 or 2873308. OLE color: 2873308.

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

Color convert

RGB22021543-
CMYK00.020.800.14
HSL58.31º71.66%51.57%-
HSV(B)58.31º80.45%86.27%-
XYZ54.2563.9911.78-
YUV196.8941.16144.49-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 46.03%
GREEN value IS 215 (84.38% from 255) = 44.98%
BLUE value IS 43 (17.19% from 255) = 9.00%
R=46.03%
G=44.98%
B=9.00%

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
Decimal2202154300.020.800.1458.3171.6651.57
HexDCD72B0250E3a4834
Octal3343275302120167211064
Binary1101110011010111101011010101000011101110101001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD72B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD72B; }

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

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

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

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

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

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

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

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