#D2D93C

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

Shades of Bitter Lemon #D2D93C

Tints of Bitter Lemon #D2D93C

Color information

#D2D93C (or 0xD2D93C) is unknown color: approx Bitter Lemon. HEX triplet: D2, D9 and 3C. RGB value is (210,217,60). Sum of RGB (Red+Green+Blue) = 210+217+60=487 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.12% from 487); Green value is 217 (85.16% from 255 or 44.56% from 487); Blue value is 60 (23.83% from 255 or 12.32% from 487); Max value from RGB is 217 - color contains mainly: green. Hex color #D2D93C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2D93C is #2D26C3. Grayscale: #C5C5C5. Windows color (decimal): -2959044 or 3987922. OLE color: 3987922.

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

Color convert

RGB21021760-
CMYK0.0300.720.15
HSL62.68º67.38%54.31%-
HSV(B)62.68º72.35%85.1%-
XYZ52.2163.6513.81-
YUV197.0150.68137.27-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 43.12%
GREEN value IS 217 (85.16% from 255) = 44.56%
BLUE value IS 60 (23.83% from 255) = 12.32%
R=43.12%
G=44.56%
B=12.32%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal210217600.0300.720.1562.6867.3854.31
HexD2D93C3048F3f4336
Octal3223317430110177710366
Binary1101001011011001111100110100100011111111111000011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2D93C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2D93C; }

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

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

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

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

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

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

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

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