#D0D53D

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

Shades of Bitter Lemon #D0D53D

Tints of Bitter Lemon #D0D53D

Color information

#D0D53D (or 0xD0D53D) is unknown color: approx Bitter Lemon. HEX triplet: D0, D5 and 3D. RGB value is (208,213,61). Sum of RGB (Red+Green+Blue) = 208+213+61=482 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.15% from 482); Green value is 213 (83.59% from 255 or 44.19% from 482); Blue value is 61 (24.22% from 255 or 12.66% from 482); Max value from RGB is 213 - color contains mainly: green. Hex color #D0D53D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0D53D is #2F2AC2. Grayscale: #C2C2C2. Windows color (decimal): -3091139 or 4052432. OLE color: 4052432.

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

Color convert

RGB20821361-
CMYK0.0200.710.16
HSL61.97º64.41%53.73%-
HSV(B)61.97º71.36%83.53%-
XYZ50.6561.3413.58-
YUV194.1852.84137.86-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 43.15%
GREEN value IS 213 (83.59% from 255) = 44.19%
BLUE value IS 61 (24.22% from 255) = 12.66%
R=43.15%
G=44.19%
B=12.66%

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
Decimal208213610.0200.710.1661.9764.4153.73
HexD0D53D2047103e4036
Octal3203257520107207610066
Binary11010000110101011111011001000111100001111101000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D53D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D53D; }

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

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

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

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

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

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

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

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