#D2D93A

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

Shades of Bitter Lemon #D2D93A

Tints of Bitter Lemon #D2D93A

Color information

#D2D93A (or 0xD2D93A) is unknown color: approx Bitter Lemon. HEX triplet: D2, D9 and 3A. RGB value is (210,217,58). Sum of RGB (Red+Green+Blue) = 210+217+58=485 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.30% from 485); Green value is 217 (85.16% from 255 or 44.74% from 485); Blue value is 58 (23.05% from 255 or 11.96% from 485); Max value from RGB is 217 - color contains mainly: green. Hex color #D2D93A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2D93A is #2D26C5. Grayscale: #C5C5C5. Windows color (decimal): -2959046 or 3856850. OLE color: 3856850.

HSL color Cylindrical-coordinate representation of color #D2D93A: hue angle of 62.64º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D2D93A is Cyan = 0.03, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.15.

Color convert

RGB21021758-
CMYK0.0300.730.15
HSL62.64º67.66%53.92%-
HSV(B)62.64º73.27%85.1%-
XYZ52.1563.6313.54-
YUV196.7849.68137.43-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 43.30%
GREEN value IS 217 (85.16% from 255) = 44.74%
BLUE value IS 58 (23.05% from 255) = 11.96%
R=43.30%
G=44.74%
B=11.96%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal210217580.0300.730.1562.6467.6653.92
HexD2D93A3049F3f4436
Octal3223317230111177710466
Binary1101001011011001111010110100100111111111111000100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2D93A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2D93A; }

 p { color: rgb(210,217,58); }

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

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

 a { background-color: rgb(210,217,58); }

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

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

 span { border-color: rgb(210,217,58); }

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