#D5D929

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

Shades of Bitter Lemon #D5D929

Tints of Bitter Lemon #D5D929

Color information

#D5D929 (or 0xD5D929) is unknown color: approx Bitter Lemon. HEX triplet: D5, D9 and 29. RGB value is (213,217,41). Sum of RGB (Red+Green+Blue) = 213+217+41=471 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.22% from 471); Green value is 217 (85.16% from 255 or 46.07% from 471); Blue value is 41 (16.41% from 255 or 8.70% from 471); Max value from RGB is 217 - color contains mainly: green. Hex color #D5D929 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5D929 is #2A26D6. Grayscale: #C4C4C4. Windows color (decimal): -2762455 or 2742741. OLE color: 2742741.

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

Color convert

RGB21321741-
CMYK0.0200.810.15
HSL61.36º69.84%50.59%-
HSV(B)61.36º81.11%85.1%-
XYZ52.6563.9311.66-
YUV195.7440.67140.31-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.22%
GREEN value IS 217 (85.16% from 255) = 46.07%
BLUE value IS 41 (16.41% from 255) = 8.70%
R=45.22%
G=46.07%
B=8.70%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal213217410.0200.810.1561.3669.8450.59
HexD5D9292051F3d4633
Octal3253315120121177510663
Binary1101010111011001101001100101000111111111011000110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5D929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5D929; }

 p { color: rgb(213,217,41); }

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

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

 a { background-color: rgb(213,217,41); }

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

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

 span { border-color: rgb(213,217,41); }

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