#D4D635

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

Shades of Bitter Lemon #D4D635

Tints of Bitter Lemon #D4D635

Color information

#D4D635 (or 0xD4D635) is unknown color: approx Bitter Lemon. HEX triplet: D4, D6 and 35. RGB value is (212,214,53). Sum of RGB (Red+Green+Blue) = 212+214+53=479 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.26% from 479); Green value is 214 (83.98% from 255 or 44.68% from 479); Blue value is 53 (21.09% from 255 or 11.06% from 479); Max value from RGB is 214 - color contains mainly: green. Hex color #D4D635 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4D635 is #2B29CA. Grayscale: #C3C3C3. Windows color (decimal): -2828747 or 3528404. OLE color: 3528404.

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

Color convert

RGB21221453-
CMYK0.0100.750.16
HSL60.75º66.26%52.35%-
HSV(B)60.75º75.23%83.92%-
XYZ51.8462.3512.67-
YUV195.0547.84140.09-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 44.26%
GREEN value IS 214 (83.98% from 255) = 44.68%
BLUE value IS 53 (21.09% from 255) = 11.06%
R=44.26%
G=44.68%
B=11.06%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal212214530.0100.750.1660.7566.2652.35
HexD4D635104B103d4234
Octal3243266510113207510264
Binary1101010011010110110101101001011100001111011000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4D635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4D635; }

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

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

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

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

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

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

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

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