Html Css Color HEX #D1DA36 Bitter Lemon

📋 copy color: '#D1DA36'

red 209 ◦ green 218 ◦ blue 54

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

Shades of Bitter Lemon #D1DA36

Tints of Bitter Lemon #D1DA36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 11.23%

R = 43.45%
G = 45.32%
B = 11.23%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#D1DA36 (or 0xD1DA36) is known color: Bitter Lemon. HEX triplet: D1, DA and 36. RGB value is (209,218,54). Sum of RGB (Red+Green+Blue) = 209+218+54=481 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.45% from 481); Green value is 218 (85.55% from 255 or 45.32% from 481); Blue value is 54 (21.48% from 255 or 11.23% from 481); Max value from RGB is 218 - color contains mainly: green. Hex color #D1DA36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1DA36 is #2E25C9. Grayscale: #C5C5C5. Windows color (decimal): -3024330 or 3594961. OLE color: 3594961.

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

Color convert

RGB 209 218 54 -
CMYK 0.04 0 0.75 0.15
HSL 63.29º 0.69% 0.53% -
HSV(B) 63.29º 0.75% 0.85% -
XYZ 52.03 63.96 13.09 -
YUV 196.61 47.52 136.84 -
System Red Green Blue C M Y K H S L
Decimal 209 218 54 0.04 0 0.75 0.15 63.29 0.69 0.53
Hex D1 DA 36 4 0 4B F 3F 45 35
Octal 321 332 66 4 0 113 17 77 105 65
Binary 11010001 11011010 110110 100 0 1001011 1111 111111 1000101 110101

Color Harmonies of #D1DA36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1DA36

Black with #D1DA36

Text Example


Text Example

White with #D1DA36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1DA36; }

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

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

background-color css

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

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

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

border-color css

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

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

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