#D5D433

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

Shades of Bitter Lemon #D5D433

Tints of Bitter Lemon #D5D433

Color information

#D5D433 (or 0xD5D433) is unknown color: approx Bitter Lemon. HEX triplet: D5, D4 and 33. RGB value is (213,212,51). Sum of RGB (Red+Green+Blue) = 213+212+51=476 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.75% from 476); Green value is 212 (83.20% from 255 or 44.54% from 476); Blue value is 51 (20.31% from 255 or 10.71% from 476); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D433 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5D433 is #2A2BCC. Grayscale: #C2C2C2. Windows color (decimal): -2763725 or 3396821. OLE color: 3396821.

HSL color Cylindrical-coordinate representation of color #D5D433: hue angle of 59.63º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D5D433 is Cyan = 0, Magento = 0.00, Yellow = 0.76 and Black (K on CMYK) = 0.16.

Color convert

RGB21321251-
CMYK00.000.760.16
HSL59.63º65.85%51.76%-
HSV(B)59.63º76.06%83.53%-
XYZ51.5861.4712.28-
YUV193.9447.33141.59-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.75%
GREEN value IS 212 (83.20% from 255) = 44.54%
BLUE value IS 51 (20.31% from 255) = 10.71%
R=44.75%
G=44.54%
B=10.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.76
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2132125100.000.760.1659.6365.8551.76
HexD5D433004C103c4234
Octal3253246300114207410264
Binary1101010111010100110011001001100100001111001000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5D433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5D433; }

 p { color: rgb(213,212,51); }

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

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

 a { background-color: rgb(213,212,51); }

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

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

 span { border-color: rgb(213,212,51); }

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