#D3D838

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

Shades of Bitter Lemon #D3D838

Tints of Bitter Lemon #D3D838

Color information

#D3D838 (or 0xD3D838) is unknown color: approx Bitter Lemon. HEX triplet: D3, D8 and 38. RGB value is (211,216,56). Sum of RGB (Red+Green+Blue) = 211+216+56=483 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.69% from 483); Green value is 216 (84.77% from 255 or 44.72% from 483); Blue value is 56 (22.27% from 255 or 11.59% from 483); Max value from RGB is 216 - color contains mainly: green. Hex color #D3D838 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3D838 is #2C27C7. Grayscale: #C4C4C4. Windows color (decimal): -2893768 or 3725523. OLE color: 3725523.

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

Color convert

RGB21121656-
CMYK0.0200.740.15
HSL61.88º67.23%53.33%-
HSV(B)61.88º74.07%84.71%-
XYZ52.1363.2513.2-
YUV196.2648.84138.51-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 43.69%
GREEN value IS 216 (84.77% from 255) = 44.72%
BLUE value IS 56 (22.27% from 255) = 11.59%
R=43.69%
G=44.72%
B=11.59%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal211216560.0200.740.1561.8867.2353.33
HexD3D838204AF3e4335
Octal3233307020112177610365
Binary1101001111011000111000100100101011111111101000011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3D838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3D838; }

 p { color: rgb(211,216,56); }

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

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

 a { background-color: rgb(211,216,56); }

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

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

 span { border-color: rgb(211,216,56); }

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