#D0D63D

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

Shades of Bitter Lemon #D0D63D

Tints of Bitter Lemon #D0D63D

Color information

#D0D63D (or 0xD0D63D) is unknown color: approx Bitter Lemon. HEX triplet: D0, D6 and 3D. RGB value is (208,214,61). Sum of RGB (Red+Green+Blue) = 208+214+61=483 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.06% from 483); Green value is 214 (83.98% from 255 or 44.31% from 483); Blue value is 61 (24.22% from 255 or 12.63% from 483); Max value from RGB is 214 - color contains mainly: green. Hex color #D0D63D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0D63D is #2F29C2. Grayscale: #C3C3C3. Windows color (decimal): -3090883 or 4052688. OLE color: 4052688.

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

Color convert

RGB20821461-
CMYK0.0300.710.16
HSL62.35º65.11%53.92%-
HSV(B)62.35º71.5%83.92%-
XYZ50.961.8413.67-
YUV194.7652.51137.44-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 43.06%
GREEN value IS 214 (83.98% from 255) = 44.31%
BLUE value IS 61 (24.22% from 255) = 12.63%
R=43.06%
G=44.31%
B=12.63%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal208214610.0300.710.1662.3565.1153.92
HexD0D63D3047103e4136
Octal3203267530107207610166
Binary11010000110101101111011101000111100001111101000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D63D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D63D; }

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

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

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

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

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

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

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

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