#D6D835

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

Shades of Bitter Lemon #D6D835

Tints of Bitter Lemon #D6D835

Color information

#D6D835 (or 0xD6D835) is unknown color: approx Bitter Lemon. HEX triplet: D6, D8 and 35. RGB value is (214,216,53). Sum of RGB (Red+Green+Blue) = 214+216+53=483 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.31% from 483); Green value is 216 (84.77% from 255 or 44.72% from 483); Blue value is 53 (21.09% from 255 or 10.97% from 483); Max value from RGB is 216 - color contains mainly: green. Hex color #D6D835 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6D835 is #2927CA. Grayscale: #C5C5C5. Windows color (decimal): -2697163 or 3528918. OLE color: 3528918.

HSL color Cylindrical-coordinate representation of color #D6D835: hue angle of 60.74º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D6D835 is Cyan = 0.01, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.15.

Color convert

RGB21421653-
CMYK0.0100.750.15
HSL60.74º67.63%52.75%-
HSV(B)60.74º75.46%84.71%-
XYZ52.9363.6612.87-
YUV196.8246.84140.25-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.31%
GREEN value IS 216 (84.77% from 255) = 44.72%
BLUE value IS 53 (21.09% from 255) = 10.97%
R=44.31%
G=44.72%
B=10.97%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal214216530.0100.750.1560.7467.6352.75
HexD6D835104BF3d4435
Octal3263306510113177510465
Binary110101101101100011010110100101111111111011000100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D835; }

 p { color: rgb(214,216,53); }

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

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

 a { background-color: rgb(214,216,53); }

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

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

 span { border-color: rgb(214,216,53); }

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