#D4D93A

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

Shades of Bitter Lemon #D4D93A

Tints of Bitter Lemon #D4D93A

Color information

#D4D93A (or 0xD4D93A) is unknown color: approx Bitter Lemon. HEX triplet: D4, D9 and 3A. RGB value is (212,217,58). Sum of RGB (Red+Green+Blue) = 212+217+58=487 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.53% from 487); Green value is 217 (85.16% from 255 or 44.56% from 487); Blue value is 58 (23.05% from 255 or 11.91% from 487); Max value from RGB is 217 - color contains mainly: green. Hex color #D4D93A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4D93A is #2B26C5. Grayscale: #C6C6C6. Windows color (decimal): -2827974 or 3856852. OLE color: 3856852.

HSL color Cylindrical-coordinate representation of color #D4D93A: hue angle of 61.89º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D4D93A is Cyan = 0.02, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.15.

Color convert

RGB21221758-
CMYK0.0200.730.15
HSL61.89º67.66%53.92%-
HSV(B)61.89º73.27%85.1%-
XYZ52.7363.9313.56-
YUV197.3849.34138.43-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 43.53%
GREEN value IS 217 (85.16% from 255) = 44.56%
BLUE value IS 58 (23.05% from 255) = 11.91%
R=43.53%
G=44.56%
B=11.91%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal212217580.0200.730.1561.8967.6653.92
HexD4D93A2049F3e4436
Octal3243317220111177610466
Binary1101010011011001111010100100100111111111101000100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4D93A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4D93A; }

 p { color: rgb(212,217,58); }

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

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

 a { background-color: rgb(212,217,58); }

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

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

 span { border-color: rgb(212,217,58); }

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