Html Css Color HEX #D1DC21 Bitter Lemon

📋 copy color: '#D1DC21'

red 209 ◦ green 220 ◦ blue 33

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

Shades of Bitter Lemon #D1DC21

Tints of Bitter Lemon #D1DC21

RGB

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

 GREEN value IS 220 (86.33% from 255) = 47.62%

 BLUE value IS 33 (13.28% from 255) = 7.14%

R = 45.24%
G = 47.62%
B = 7.14%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#D1DC21 (or 0xD1DC21) is known color: Bitter Lemon. HEX triplet: D1, DC and 21. RGB value is (209,220,33). Sum of RGB (Red+Green+Blue) = 209+220+33=462 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.24% from 462); Green value is 220 (86.33% from 255 or 47.62% from 462); Blue value is 33 (13.28% from 255 or 7.14% from 462); Max value from RGB is 220 - color contains mainly: green. Hex color #D1DC21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1DC21 is #2E23DE. Grayscale: #C4C4C4. Windows color (decimal): -3023839 or 2219217. OLE color: 2219217.

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

Color convert

RGB 209 220 33 -
CMYK 0.05 0 0.85 0.14
HSL 63.53º 0.74% 0.5% -
HSV(B) 63.53º 0.85% 0.86% -
XYZ 52.16 64.85 11.21 -
YUV 195.39 36.36 137.71 -
System Red Green Blue C M Y K H S L
Decimal 209 220 33 0.05 0 0.85 0.14 63.53 0.74 0.5
Hex D1 DC 21 5 0 55 E 40 4A 32
Octal 321 334 41 5 0 125 16 100 112 62
Binary 11010001 11011100 100001 101 0 1010101 1110 1000000 1001010 110010

Color Harmonies of #D1DC21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1DC21

Black with #D1DC21

Text Example


Text Example

White with #D1DC21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1DC21; }

 p { color: rgb(209,220,33); }

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

background-color css

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

 a { background-color: rgb(209,220,33); }

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

border-color css

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

 span { border-color: rgb(209,220,33); }

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