#D6D934

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

Shades of Bitter Lemon #D6D934

Tints of Bitter Lemon #D6D934

Color information

#D6D934 (or 0xD6D934) is unknown color: approx Bitter Lemon. HEX triplet: D6, D9 and 34. RGB value is (214,217,52). Sum of RGB (Red+Green+Blue) = 214+217+52=483 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.31% from 483); Green value is 217 (85.16% from 255 or 44.93% from 483); Blue value is 52 (20.70% from 255 or 10.77% from 483); Max value from RGB is 217 - color contains mainly: green. Hex color #D6D934 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6D934 is #2926CB. Grayscale: #C5C5C5. Windows color (decimal): -2696908 or 3463638. OLE color: 3463638.

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

Color convert

RGB21421752-
CMYK0.0100.760.15
HSL61.09º68.46%52.75%-
HSV(B)61.09º76.04%85.1%-
XYZ53.1664.1712.83-
YUV197.2946.01139.92-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.31%
GREEN value IS 217 (85.16% from 255) = 44.93%
BLUE value IS 52 (20.70% from 255) = 10.77%
R=44.31%
G=44.93%
B=10.77%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal214217520.0100.760.1561.0968.4652.75
HexD6D934104CF3d4435
Octal3263316410114177510465
Binary110101101101100111010010100110011111111011000100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D934; }

 p { color: rgb(214,217,52); }

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

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

 a { background-color: rgb(214,217,52); }

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

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

 span { border-color: rgb(214,217,52); }

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