Html Css Color HEX #DCDD21 Bitter Lemon

📋 copy color: '#DCDD21'

red 220 ◦ green 221 ◦ blue 33

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

Shades of Bitter Lemon #DCDD21

Tints of Bitter Lemon #DCDD21

RGB

 RED value IS 220 (86.33% from 255) = 46.41%

 GREEN value IS 221 (86.72% from 255) = 46.62%

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

R = 46.41%
G = 46.62%
B = 6.96%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DCDD21 (or 0xDCDD21) is known color: Bitter Lemon. HEX triplet: DC, DD and 21. RGB value is (220,221,33). Sum of RGB (Red+Green+Blue) = 220+221+33=474 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.41% from 474); Green value is 221 (86.72% from 255 or 46.62% from 474); Blue value is 33 (13.28% from 255 or 6.96% from 474); Max value from RGB is 221 - color contains mainly: green. Hex color #DCDD21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDD21 is #2322DE. Grayscale: #C8C8C8. Windows color (decimal): -2302687 or 2219484. OLE color: 2219484.

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

Color convert

RGB 220 221 33 -
CMYK 0.00 0 0.85 0.13
HSL 60.32º 0.74% 0.5% -
HSV(B) 60.32º 0.85% 0.87% -
XYZ 55.65 67.04 11.45 -
YUV 199.27 34.17 142.79 -
System Red Green Blue C M Y K H S L
Decimal 220 221 33 0.00 0 0.85 0.13 60.32 0.74 0.5
Hex DC DD 21 0 0 55 D 3C 4A 32
Octal 334 335 41 0 0 125 15 74 112 62
Binary 11011100 11011101 100001 0 0 1010101 1101 111100 1001010 110010

Color Harmonies of #DCDD21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDD21

Black with #DCDD21

Text Example


Text Example

White with #DCDD21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDD21; }

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

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

background-color css

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

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

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

border-color css

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

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

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