#D0D326

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

Shades of Bitter Lemon #D0D326

Tints of Bitter Lemon #D0D326

Color information

#D0D326 (or 0xD0D326) is unknown color: approx Bitter Lemon. HEX triplet: D0, D3 and 26. RGB value is (208,211,38). Sum of RGB (Red+Green+Blue) = 208+211+38=457 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.51% from 457); Green value is 211 (82.81% from 255 or 46.17% from 457); Blue value is 38 (15.23% from 255 or 8.32% from 457); Max value from RGB is 211 - color contains mainly: green. Hex color #D0D326 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0D326 is #2F2CD9. Grayscale: #BFBFBF. Windows color (decimal): -3091674 or 2544592. OLE color: 2544592.

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

Color convert

RGB20821138-
CMYK0.0100.820.17
HSL61.04º69.48%48.82%-
HSV(B)61.04º81.99%82.75%-
XYZ49.6660.1410.82-
YUV190.3842.01140.57-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 45.51%
GREEN value IS 211 (82.81% from 255) = 46.17%
BLUE value IS 38 (15.23% from 255) = 8.32%
R=45.51%
G=46.17%
B=8.32%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal208211380.0100.820.1761.0469.4848.82
HexD0D3261052113d4531
Octal3203234610122217510561
Binary1101000011010011100110101010010100011111011000101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D326; }

 p { color: rgb(208,211,38); }

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

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

 a { background-color: rgb(208,211,38); }

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

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

 span { border-color: rgb(208,211,38); }

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