#D6D535

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

Shades of Bitter Lemon #D6D535

Tints of Bitter Lemon #D6D535

Color information

#D6D535 (or 0xD6D535) is unknown color: approx Bitter Lemon. HEX triplet: D6, D5 and 35. RGB value is (214,213,53). Sum of RGB (Red+Green+Blue) = 214+213+53=480 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.58% from 480); Green value is 213 (83.59% from 255 or 44.38% from 480); Blue value is 53 (21.09% from 255 or 11.04% from 480); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D535 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6D535 is #292ACA. Grayscale: #C3C3C3. Windows color (decimal): -2697931 or 3528150. OLE color: 3528150.

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

Color convert

RGB21421353-
CMYK00.000.750.16
HSL59.63º66.26%52.35%-
HSV(B)59.63º75.23%83.92%-
XYZ52.1762.1412.61-
YUV195.0647.83141.51-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.58%
GREEN value IS 213 (83.59% from 255) = 44.38%
BLUE value IS 53 (21.09% from 255) = 11.04%
R=44.58%
G=44.38%
B=11.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.75
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2142135300.000.750.1659.6366.2652.35
HexD6D535004B103c4234
Octal3263256500113207410264
Binary1101011011010101110101001001011100001111001000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D535; }

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

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

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

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

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

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

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

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