#D0D428

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

Shades of Bitter Lemon #D0D428

Tints of Bitter Lemon #D0D428

Color information

#D0D428 (or 0xD0D428) is unknown color: approx Bitter Lemon. HEX triplet: D0, D4 and 28. RGB value is (208,212,40). Sum of RGB (Red+Green+Blue) = 208+212+40=460 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.22% from 460); Green value is 212 (83.20% from 255 or 46.09% from 460); Blue value is 40 (16.02% from 255 or 8.70% from 460); Max value from RGB is 212 - color contains mainly: green. Hex color #D0D428 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0D428 is #2F2BD7. Grayscale: #BFBFBF. Windows color (decimal): -3091416 or 2675920. OLE color: 2675920.

HSL color Cylindrical-coordinate representation of color #D0D428: hue angle of 61.4º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D0D428 is Cyan = 0.02, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.17.

Color convert

RGB20821240-
CMYK0.0200.810.17
HSL61.4º68.25%49.41%-
HSV(B)61.4º81.13%83.14%-
XYZ49.9460.6511.08-
YUV191.242.67139.99-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 45.22%
GREEN value IS 212 (83.20% from 255) = 46.09%
BLUE value IS 40 (16.02% from 255) = 8.70%
R=45.22%
G=46.09%
B=8.70%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal208212400.0200.810.1761.468.2549.41
HexD0D4282051113d4431
Octal3203245020121217510461
Binary11010000110101001010001001010001100011111011000100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D428; }

 p { color: rgb(208,212,40); }

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

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

 a { background-color: rgb(208,212,40); }

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

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

 span { border-color: rgb(208,212,40); }

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