Html Css Color HEX #D0DC21 Bitter Lemon

📋 copy color: '#D0DC21'

red 208 ◦ green 220 ◦ blue 33

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

Shades of Bitter Lemon #D0DC21

Tints of Bitter Lemon #D0DC21

RGB

 RED value IS 208 (81.64% from 255) = 45.12%

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

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

R = 45.12%
G = 47.72%
B = 7.16%

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

#D0DC21 (or 0xD0DC21) is known color: Bitter Lemon. HEX triplet: D0, DC and 21. RGB value is (208,220,33). Sum of RGB (Red+Green+Blue) = 208+220+33=461 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.12% from 461); Green value is 220 (86.33% from 255 or 47.72% from 461); Blue value is 33 (13.28% from 255 or 7.16% from 461); Max value from RGB is 220 - color contains mainly: green. Hex color #D0DC21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0DC21 is #2F23DE. Grayscale: #C3C3C3. Windows color (decimal): -3089375 or 2219216. OLE color: 2219216.

HSL color Cylindrical-coordinate representation of color #D0DC21: hue angle of 63.85º 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 #D0DC21 is Cyan = 0.05, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.14.

Color convert

RGB 208 220 33 -
CMYK 0.05 0 0.85 0.14
HSL 63.85º 0.74% 0.5% -
HSV(B) 63.85º 0.85% 0.86% -
XYZ 51.88 64.71 11.19 -
YUV 195.09 36.52 137.21 -
System Red Green Blue C M Y K H S L
Decimal 208 220 33 0.05 0 0.85 0.14 63.85 0.74 0.5
Hex D0 DC 21 5 0 55 E 40 4A 32
Octal 320 334 41 5 0 125 16 100 112 62
Binary 11010000 11011100 100001 101 0 1010101 1110 1000000 1001010 110010

Color Harmonies of #D0DC21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0DC21

Black with #D0DC21

Text Example


Text Example

White with #D0DC21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0DC21; }

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

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

background-color css

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

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

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

border-color css

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

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

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