#D6D433

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

Shades of Bitter Lemon #D6D433

Tints of Bitter Lemon #D6D433

Color information

#D6D433 (or 0xD6D433) is unknown color: approx Bitter Lemon. HEX triplet: D6, D4 and 33. RGB value is (214,212,51). Sum of RGB (Red+Green+Blue) = 214+212+51=477 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.86% from 477); Green value is 212 (83.20% from 255 or 44.44% from 477); Blue value is 51 (20.31% from 255 or 10.69% from 477); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D433 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6D433 is #292BCC. Grayscale: #C2C2C2. Windows color (decimal): -2698189 or 3396822. OLE color: 3396822.

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

Color convert

RGB21421251-
CMYK00.010.760.16
HSL59.26º66.53%51.96%-
HSV(B)59.26º76.17%83.92%-
XYZ51.8761.6212.29-
YUV194.2447.16142.09-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.86%
GREEN value IS 212 (83.20% from 255) = 44.44%
BLUE value IS 51 (20.31% from 255) = 10.69%
R=44.86%
G=44.44%
B=10.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.76
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2142125100.010.760.1659.2666.5351.96
HexD6D433014C103b4334
Octal3263246301114207310364
Binary1101011011010100110011011001100100001110111000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D433; }

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

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

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

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

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

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

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

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