Html Css Color HEX #DCDD31 Bitter Lemon

📋 copy color: '#DCDD31'

red 220 ◦ green 221 ◦ blue 49

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

Shades of Bitter Lemon #DCDD31

Tints of Bitter Lemon #DCDD31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 10%

R = 44.9%
G = 45.1%
B = 10%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DCDD31 (or 0xDCDD31) is known color: Bitter Lemon. HEX triplet: DC, DD and 31. RGB value is (220,221,49). Sum of RGB (Red+Green+Blue) = 220+221+49=490 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.90% from 490); Green value is 221 (86.72% from 255 or 45.10% from 490); Blue value is 49 (19.53% from 255 or 10% from 490); Max value from RGB is 221 - color contains mainly: green. Hex color #DCDD31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDD31 is #2322CE. Grayscale: #C9C9C9. Windows color (decimal): -2302671 or 3268060. OLE color: 3268060.

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

Color convert

RGB 220 221 49 -
CMYK 0.00 0 0.78 0.13
HSL 60.35º 0.72% 0.53% -
HSV(B) 60.35º 0.78% 0.87% -
XYZ 55.93 67.15 12.92 -
YUV 201.09 42.17 141.49 -
System Red Green Blue C M Y K H S L
Decimal 220 221 49 0.00 0 0.78 0.13 60.35 0.72 0.53
Hex DC DD 31 0 0 4E D 3C 48 35
Octal 334 335 61 0 0 116 15 74 110 65
Binary 11011100 11011101 110001 0 0 1001110 1101 111100 1001000 110101

Color Harmonies of #DCDD31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDD31

Black with #DCDD31

Text Example


Text Example

White with #DCDD31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDD31; }

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

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

background-color css

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

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

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

border-color css

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

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

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