#D3D538

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

Shades of Bitter Lemon #D3D538

Tints of Bitter Lemon #D3D538

Color information

#D3D538 (or 0xD3D538) is unknown color: approx Bitter Lemon. HEX triplet: D3, D5 and 38. RGB value is (211,213,56). Sum of RGB (Red+Green+Blue) = 211+213+56=480 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.96% from 480); Green value is 213 (83.59% from 255 or 44.38% from 480); Blue value is 56 (22.27% from 255 or 11.67% from 480); Max value from RGB is 213 - color contains mainly: green. Hex color #D3D538 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3D538 is #2C2AC7. Grayscale: #C3C3C3. Windows color (decimal): -2894536 or 3724755. OLE color: 3724755.

HSL color Cylindrical-coordinate representation of color #D3D538: hue angle of 60.76º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D3D538 is Cyan = 0.01, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.16.

Color convert

RGB21121356-
CMYK0.0100.740.16
HSL60.76º65.15%52.75%-
HSV(B)60.76º73.71%83.53%-
XYZ51.3761.7212.95-
YUV194.549.84139.77-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 43.96%
GREEN value IS 213 (83.59% from 255) = 44.38%
BLUE value IS 56 (22.27% from 255) = 11.67%
R=43.96%
G=44.38%
B=11.67%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal211213560.0100.740.1660.7665.1552.75
HexD3D538104A103d4135
Octal3233257010112207510165
Binary1101001111010101111000101001010100001111011000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3D538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3D538; }

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

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

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

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

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

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

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

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