#D6D425

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

Shades of Bitter Lemon #D6D425

Tints of Bitter Lemon #D6D425

Color information

#D6D425 (or 0xD6D425) is unknown color: approx Bitter Lemon. HEX triplet: D6, D4 and 25. RGB value is (214,212,37). Sum of RGB (Red+Green+Blue) = 214+212+37=463 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.22% from 463); Green value is 212 (83.20% from 255 or 45.79% from 463); Blue value is 37 (14.84% from 255 or 7.99% from 463); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D425 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6D425 is #292BDA. Grayscale: #C1C1C1. Windows color (decimal): -2698203 or 2479318. OLE color: 2479318.

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

Color convert

RGB21421237-
CMYK00.010.830.16
HSL59.32º70.52%49.22%-
HSV(B)59.32º82.71%83.92%-
XYZ51.6161.5210.9-
YUV192.6540.16143.23-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 46.22%
GREEN value IS 212 (83.20% from 255) = 45.79%
BLUE value IS 37 (14.84% from 255) = 7.99%
R=46.22%
G=45.79%
B=7.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.83
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2142123700.010.830.1659.3270.5249.22
HexD6D4250153103b4731
Octal3263244501123207310761
Binary1101011011010100100101011010011100001110111000111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D425; }

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

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

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

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

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

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

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

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