#D2D63D

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

Shades of Bitter Lemon #D2D63D

Tints of Bitter Lemon #D2D63D

Color information

#D2D63D (or 0xD2D63D) is unknown color: approx Bitter Lemon. HEX triplet: D2, D6 and 3D. RGB value is (210,214,61). Sum of RGB (Red+Green+Blue) = 210+214+61=485 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.30% from 485); Green value is 214 (83.98% from 255 or 44.12% from 485); Blue value is 61 (24.22% from 255 or 12.58% from 485); Max value from RGB is 214 - color contains mainly: green. Hex color #D2D63D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2D63D is #2D29C2. Grayscale: #C3C3C3. Windows color (decimal): -2959811 or 4052690. OLE color: 4052690.

HSL color Cylindrical-coordinate representation of color #D2D63D: hue angle of 61.57º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D2D63D is Cyan = 0.02, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.16.

Color convert

RGB21021461-
CMYK0.0200.710.16
HSL61.57º65.11%53.92%-
HSV(B)61.57º71.5%83.92%-
XYZ51.4762.1313.69-
YUV195.3652.17138.44-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 43.30%
GREEN value IS 214 (83.98% from 255) = 44.12%
BLUE value IS 61 (24.22% from 255) = 12.58%
R=43.30%
G=44.12%
B=12.58%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal210214610.0200.710.1661.5765.1153.92
HexD2D63D2047103e4136
Octal3223267520107207610166
Binary11010010110101101111011001000111100001111101000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2D63D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2D63D; }

 p { color: rgb(210,214,61); }

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

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

 a { background-color: rgb(210,214,61); }

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

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

 span { border-color: rgb(210,214,61); }

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