#d5d32b

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

Shades of Bitter Lemon #D5D32B

Tints of Bitter Lemon #D5D32B

Color information

#D5D32B (or 0xD5D32B) is unknown color: approx Bitter Lemon. HEX triplet: D5, D3 and 2B. RGB value is (213,211,43). Sum of RGB (Red+Green+Blue) = 213+211+43=467 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.61% from 467); Green value is 211 (82.81% from 255 or 45.18% from 467); Blue value is 43 (17.19% from 255 or 9.21% from 467); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D32B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5D32B is #2A2CD4. Grayscale: #C1C1C1. Windows color (decimal): -2763989 or 2872277. OLE color: 2872277.

HSL color Cylindrical-coordinate representation of color #D5D32B: hue angle of 59.29º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D5D32B is Cyan = 0, Magento = 0.01, Yellow = 0.80 and Black (K on CMYK) = 0.16.

Color convert

RGB21321143-
CMYK00.010.800.16
HSL59.29º66.93%50.2%-
HSV(B)59.29º79.81%83.53%-
XYZ51.1760.9111.35-
YUV192.4543.66142.66-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.61%
GREEN value IS 211 (82.81% from 255) = 45.18%
BLUE value IS 43 (17.19% from 255) = 9.21%
R=45.61%
G=45.18%
B=9.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.80
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2132114300.010.800.1659.2966.9350.2
HexD5D32B0150103b4332
Octal3253235301120207310362
Binary1101010111010011101011011010000100001110111000011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d5d32b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d5d32b; }

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

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

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

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

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

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

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

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