#D5CF2E

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

Shades of Bitter Lemon #D5CF2E

Tints of Bitter Lemon #D5CF2E

Color information

#D5CF2E (or 0xD5CF2E) is unknown color: approx Bitter Lemon. HEX triplet: D5, CF and 2E. RGB value is (213,207,46). Sum of RGB (Red+Green+Blue) = 213+207+46=466 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.71% from 466); Green value is 207 (81.25% from 255 or 44.42% from 466); Blue value is 46 (18.36% from 255 or 9.87% from 466); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CF2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5CF2E is #2A30D1. Grayscale: #BFBFBF. Windows color (decimal): -2765010 or 3067861. OLE color: 3067861.

HSL color Cylindrical-coordinate representation of color #D5CF2E: hue angle of 57.84º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D5CF2E is Cyan = 0, Magento = 0.03, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB21320746-
CMYK00.030.780.16
HSL57.84º66.53%50.78%-
HSV(B)57.84º78.4%83.53%-
XYZ50.2558.9711.32-
YUV190.4446.49144.09-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.71%
GREEN value IS 207 (81.25% from 255) = 44.42%
BLUE value IS 46 (18.36% from 255) = 9.87%
R=45.71%
G=44.42%
B=9.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.78
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2132074600.030.780.1657.8466.5350.78
HexD5CF2E034E103a4333
Octal3253175603116207210363
Binary11010101110011111011100111001110100001110101000011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CF2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CF2E; }

 p { color: rgb(213,207,46); }

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

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

 a { background-color: rgb(213,207,46); }

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

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

 span { border-color: rgb(213,207,46); }

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