#D2D230

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

Shades of Bitter Lemon #D2D230

Tints of Bitter Lemon #D2D230

Color information

#D2D230 (or 0xD2D230) is unknown color: approx Bitter Lemon. HEX triplet: D2, D2 and 30. RGB value is (210,210,48). Sum of RGB (Red+Green+Blue) = 210+210+48=468 (61% of max value = 765). Red value is 210 (82.42% from 255 or 44.87% from 468); Green value is 210 (82.42% from 255 or 44.87% from 468); Blue value is 48 (19.14% from 255 or 10.26% from 468); Max value from RGB is 210 - color contains mainly: red, green. Hex color #D2D230 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2D230 is #2D2DCF. Grayscale: #C0C0C0. Windows color (decimal): -2960848 or 3199698. OLE color: 3199698.

HSL color Cylindrical-coordinate representation of color #D2D230: hue angle of 60º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D2D230 is Cyan = 0, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.18.

Color convert

RGB21021048-
CMYK000.770.18
HSL60º64.29%50.59%-
HSV(B)60º77.14%82.35%-
XYZ50.1660.0111.74-
YUV191.5347141.17-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 44.87%
GREEN value IS 210 (82.42% from 255) = 44.87%
BLUE value IS 48 (19.14% from 255) = 10.26%
R=44.87%
G=44.87%
B=10.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21021048000.770.186064.2950.59
HexD2D230004D123c4033
Octal3223226000115227410063
Binary1101001011010010110000001001101100101111001000000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2D230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2D230; }

 p { color: rgb(210,210,48); }

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

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

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

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

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

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

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