Html Css Color HEX #DCDF2F Bitter Lemon

📋 copy color: '#DCDF2F'

red 220 ◦ green 223 ◦ blue 47

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

Shades of Bitter Lemon #DCDF2F

Tints of Bitter Lemon #DCDF2F

RGB

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

 GREEN value IS 223 (87.5% from 255) = 45.51%

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

R = 44.9%
G = 45.51%
B = 9.59%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DCDF2F (or 0xDCDF2F) is known color: Bitter Lemon. HEX triplet: DC, DF and 2F. RGB value is (220,223,47). Sum of RGB (Red+Green+Blue) = 220+223+47=490 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.90% from 490); Green value is 223 (87.5% from 255 or 45.51% from 490); Blue value is 47 (18.75% from 255 or 9.59% from 490); Max value from RGB is 223 - color contains mainly: green. Hex color #DCDF2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDF2F is #2320D0. Grayscale: #CACACA. Windows color (decimal): -2302161 or 3137500. OLE color: 3137500.

HSL color Cylindrical-coordinate representation of color #DCDF2F: hue angle of 61.02º degrees, saturation: 0.73, 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 #DCDF2F is Cyan = 0.01, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.13.

Color convert

RGB 220 223 47 -
CMYK 0.01 0 0.79 0.13
HSL 61.02º 0.73% 0.53% -
HSV(B) 61.02º 0.79% 0.87% -
XYZ 56.42 68.2 12.88 -
YUV 202.04 40.51 140.81 -
System Red Green Blue C M Y K H S L
Decimal 220 223 47 0.01 0 0.79 0.13 61.02 0.73 0.53
Hex DC DF 2F 1 0 4F D 3D 49 35
Octal 334 337 57 1 0 117 15 75 111 65
Binary 11011100 11011111 101111 1 0 1001111 1101 111101 1001001 110101

Color Harmonies of #DCDF2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDF2F

Black with #DCDF2F

Text Example


Text Example

White with #DCDF2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDF2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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