#D6D635

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

Shades of Bitter Lemon #D6D635

Tints of Bitter Lemon #D6D635

Color information

#D6D635 (or 0xD6D635) is unknown color: approx Bitter Lemon. HEX triplet: D6, D6 and 35. RGB value is (214,214,53). Sum of RGB (Red+Green+Blue) = 214+214+53=481 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.49% from 481); Green value is 214 (83.98% from 255 or 44.49% from 481); Blue value is 53 (21.09% from 255 or 11.02% from 481); Max value from RGB is 214 - color contains mainly: red, green. Hex color #D6D635 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6D635 is #2929CA. Grayscale: #C4C4C4. Windows color (decimal): -2697675 or 3528406. OLE color: 3528406.

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

Color convert

RGB21421453-
CMYK000.750.16
HSL60º66.26%52.35%-
HSV(B)60º75.23%83.92%-
XYZ52.4262.6512.7-
YUV195.6547.5141.09-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.49%
GREEN value IS 214 (83.98% from 255) = 44.49%
BLUE value IS 53 (21.09% from 255) = 11.02%
R=44.49%
G=44.49%
B=11.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21421453000.750.166066.2652.35
HexD6D635004B103c4234
Octal3263266500113207410264
Binary1101011011010110110101001001011100001111001000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D635; }

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

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

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

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

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

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

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

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