#D0D838

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

Shades of Bitter Lemon #D0D838

Tints of Bitter Lemon #D0D838

Color information

#D0D838 (or 0xD0D838) is unknown color: approx Bitter Lemon. HEX triplet: D0, D8 and 38. RGB value is (208,216,56). Sum of RGB (Red+Green+Blue) = 208+216+56=480 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.33% from 480); Green value is 216 (84.77% from 255 or 45% from 480); Blue value is 56 (22.27% from 255 or 11.67% from 480); Max value from RGB is 216 - color contains mainly: green. Hex color #D0D838 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0D838 is #2F27C7. Grayscale: #C4C4C4. Windows color (decimal): -3090376 or 3725520. OLE color: 3725520.

HSL color Cylindrical-coordinate representation of color #D0D838: hue angle of 63º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D0D838 is Cyan = 0.04, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.15.

Color convert

RGB20821656-
CMYK0.0400.740.15
HSL63º67.23%53.33%-
HSV(B)63º74.07%84.71%-
XYZ51.2862.8113.16-
YUV195.3749.35137.01-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 43.33%
GREEN value IS 216 (84.77% from 255) = 45%
BLUE value IS 56 (22.27% from 255) = 11.67%
R=43.33%
G=45%
B=11.67%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal208216560.0400.740.156367.2353.33
HexD0D838404AF3f4335
Octal3203307040112177710365
Binary11010000110110001110001000100101011111111111000011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D838; }

 p { color: rgb(208,216,56); }

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

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

 a { background-color: rgb(208,216,56); }

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

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

 span { border-color: rgb(208,216,56); }

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