#D5D625

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

Shades of Bitter Lemon #D5D625

Tints of Bitter Lemon #D5D625

Color information

#D5D625 (or 0xD5D625) is unknown color: approx Bitter Lemon. HEX triplet: D5, D6 and 25. RGB value is (213,214,37). Sum of RGB (Red+Green+Blue) = 213+214+37=464 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.91% from 464); Green value is 214 (83.98% from 255 or 46.12% from 464); Blue value is 37 (14.84% from 255 or 7.97% from 464); Max value from RGB is 214 - color contains mainly: green. Hex color #D5D625 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5D625 is #2A29DA. Grayscale: #C2C2C2. Windows color (decimal): -2763227 or 2479829. OLE color: 2479829.

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

Color convert

RGB21321437-
CMYK0.0000.830.16
HSL60.34º70.52%49.22%-
HSV(B)60.34º82.71%83.92%-
XYZ51.8262.3711.06-
YUV193.5239.67141.89-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.91%
GREEN value IS 214 (83.98% from 255) = 46.12%
BLUE value IS 37 (14.84% from 255) = 7.97%
R=45.91%
G=46.12%
B=7.97%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213214370.0000.830.1660.3470.5249.22
HexD5D6250053103c4731
Octal3253264500123207410761
Binary1101010111010110100101001010011100001111001000111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5D625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5D625; }

 p { color: rgb(213,214,37); }

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

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

 a { background-color: rgb(213,214,37); }

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

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

 span { border-color: rgb(213,214,37); }

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