#d3d638

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

Shades of Bitter Lemon #D3D638

Tints of Bitter Lemon #D3D638

Color information

#D3D638 (or 0xD3D638) is unknown color: approx Bitter Lemon. HEX triplet: D3, D6 and 38. RGB value is (211,214,56). Sum of RGB (Red+Green+Blue) = 211+214+56=481 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.87% from 481); Green value is 214 (83.98% from 255 or 44.49% from 481); Blue value is 56 (22.27% from 255 or 11.64% from 481); Max value from RGB is 214 - color contains mainly: green. Hex color #D3D638 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3D638 is #2C29C7. Grayscale: #C3C3C3. Windows color (decimal): -2894280 or 3725011. OLE color: 3725011.

HSL color Cylindrical-coordinate representation of color #D3D638: hue angle of 61.14º degrees, saturation: 0.66, 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 #D3D638 is Cyan = 0.01, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.16.

Color convert

RGB21121456-
CMYK0.0100.740.16
HSL61.14º65.83%52.94%-
HSV(B)61.14º73.83%83.92%-
XYZ51.6262.2313.03-
YUV195.0949.51139.35-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 43.87%
GREEN value IS 214 (83.98% from 255) = 44.49%
BLUE value IS 56 (22.27% from 255) = 11.64%
R=43.87%
G=44.49%
B=11.64%

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
Decimal211214560.0100.740.1661.1465.8352.94
HexD3D638104A103d4235
Octal3233267010112207510265
Binary1101001111010110111000101001010100001111011000010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d3d638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d3d638; }

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

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

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

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

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

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

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

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