#D5D635

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

Shades of Bitter Lemon #D5D635

Tints of Bitter Lemon #D5D635

Color information

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

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

Color convert

RGB21321453-
CMYK0.0000.750.16
HSL60.37º66.26%52.35%-
HSV(B)60.37º75.23%83.92%-
XYZ52.1362.512.68-
YUV195.3547.67140.59-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213214530.0000.750.1660.3766.2652.35
HexD5D635004B103c4234
Octal3253266500113207410264
Binary1101010111010110110101001001011100001111001000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5D635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5D635; }

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

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

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

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

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

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

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

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