#d8db38

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

Shades of Bitter Lemon #D8DB38

Tints of Bitter Lemon #D8DB38

Color information

#D8DB38 (or 0xD8DB38) is unknown color: approx Bitter Lemon. HEX triplet: D8, DB and 38. RGB value is (216,219,56). Sum of RGB (Red+Green+Blue) = 216+219+56=491 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.99% from 491); Green value is 219 (85.94% from 255 or 44.60% from 491); Blue value is 56 (22.27% from 255 or 11.41% from 491); Max value from RGB is 219 - color contains mainly: green. Hex color #D8DB38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8DB38 is #2724C7. Grayscale: #C8C8C8. Windows color (decimal): -2565320 or 3726296. OLE color: 3726296.

HSL color Cylindrical-coordinate representation of color #D8DB38: hue angle of 61.1º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D8DB38 is Cyan = 0.01, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.14.

Color convert

RGB21621956-
CMYK0.0100.740.14
HSL61.1º69.36%53.92%-
HSV(B)61.1º74.43%85.88%-
XYZ54.3665.5513.53-
YUV199.5247.01139.75-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 43.99%
GREEN value IS 219 (85.94% from 255) = 44.60%
BLUE value IS 56 (22.27% from 255) = 11.41%
R=43.99%
G=44.60%
B=11.41%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal216219560.0100.740.1461.169.3653.92
HexD8DB38104AE3d4536
Octal3303337010112167510566
Binary110110001101101111100010100101011101111011000101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d8db38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d8db38; }

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

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

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

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

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

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

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

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