Html Css Color HEX #DCDD2F Bitter Lemon

📋 copy color: '#DCDD2F'

red 220 ◦ green 221 ◦ blue 47

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

Shades of Bitter Lemon #DCDD2F

Tints of Bitter Lemon #DCDD2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 9.63%

R = 45.08%
G = 45.29%
B = 9.63%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DCDD2F (or 0xDCDD2F) is known color: Bitter Lemon. HEX triplet: DC, DD and 2F. RGB value is (220,221,47). Sum of RGB (Red+Green+Blue) = 220+221+47=488 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.08% from 488); Green value is 221 (86.72% from 255 or 45.29% from 488); Blue value is 47 (18.75% from 255 or 9.63% from 488); Max value from RGB is 221 - color contains mainly: green. Hex color #DCDD2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDD2F is #2322D0. Grayscale: #C9C9C9. Windows color (decimal): -2302673 or 3136988. OLE color: 3136988.

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

Color convert

RGB 220 221 47 -
CMYK 0.00 0 0.79 0.13
HSL 60.34º 0.72% 0.53% -
HSV(B) 60.34º 0.79% 0.87% -
XYZ 55.88 67.13 12.7 -
YUV 200.87 41.17 141.65 -
System Red Green Blue C M Y K H S L
Decimal 220 221 47 0.00 0 0.79 0.13 60.34 0.72 0.53
Hex DC DD 2F 0 0 4F D 3C 48 35
Octal 334 335 57 0 0 117 15 74 110 65
Binary 11011100 11011101 101111 0 0 1001111 1101 111100 1001000 110101

Color Harmonies of #DCDD2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDD2F

Black with #DCDD2F

Text Example


Text Example

White with #DCDD2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDD2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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