Html Css Color HEX #D1DA38 Bitter Lemon

📋 copy color: '#D1DA38'

red 209 ◦ green 218 ◦ blue 56

#D1DA38
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bitter Lemon #D1DA38

Tints of Bitter Lemon #D1DA38

RGB

 RED value IS 209 (82.03% from 255) = 43.27%

 GREEN value IS 218 (85.55% from 255) = 45.13%

 BLUE value IS 56 (22.27% from 255) = 11.59%

R = 43.27%
G = 45.13%
B = 11.59%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.74

 K value IS 0.15

RGB Variations

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

Color information

#D1DA38 (or 0xD1DA38) is known color: Bitter Lemon. HEX triplet: D1, DA and 38. RGB value is (209,218,56). Sum of RGB (Red+Green+Blue) = 209+218+56=483 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.27% from 483); Green value is 218 (85.55% from 255 or 45.13% from 483); Blue value is 56 (22.27% from 255 or 11.59% from 483); Max value from RGB is 218 - color contains mainly: green. Hex color #D1DA38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1DA38 is #2E25C7. Grayscale: #C5C5C5. Windows color (decimal): -3024328 or 3726033. OLE color: 3726033.

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

Color convert

RGB 209 218 56 -
CMYK 0.04 0 0.74 0.15
HSL 63.33º 0.69% 0.54% -
HSV(B) 63.33º 0.74% 0.85% -
XYZ 52.08 63.98 13.35 -
YUV 196.84 48.52 136.67 -
System Red Green Blue C M Y K H S L
Decimal 209 218 56 0.04 0 0.74 0.15 63.33 0.69 0.54
Hex D1 DA 38 4 0 4A F 3F 45 36
Octal 321 332 70 4 0 112 17 77 105 66
Binary 11010001 11011010 111000 100 0 1001010 1111 111111 1000101 110110

Color Harmonies of #D1DA38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1DA38

Black with #D1DA38

Text Example


Text Example

White with #D1DA38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1DA38; }

 p { color: rgb(209,218,56); }

 H1.HeaderClassName
 {
   color: #D1DA38;
 }
 .AnyTagClassName
 {
   color: #D1DA38;
 }
</style>

background-color css

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

 a { background-color: rgb(209,218,56); }

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

border-color css

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

 span { border-color: rgb(209,218,56); }

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