Html Css Color HEX #DCDF1F Bitter Lemon

📋 copy color: '#DCDF1F'

red 220 ◦ green 223 ◦ blue 31

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

Shades of Bitter Lemon #DCDF1F

Tints of Bitter Lemon #DCDF1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 6.54%

R = 46.41%
G = 47.05%
B = 6.54%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DCDF1F (or 0xDCDF1F) is known color: Bitter Lemon. HEX triplet: DC, DF and 1F. RGB value is (220,223,31). Sum of RGB (Red+Green+Blue) = 220+223+31=474 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.41% from 474); Green value is 223 (87.5% from 255 or 47.05% from 474); Blue value is 31 (12.5% from 255 or 6.54% from 474); Max value from RGB is 223 - color contains mainly: green. Hex color #DCDF1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDF1F is #2320E0. Grayscale: #C8C8C8. Windows color (decimal): -2302177 or 2088924. OLE color: 2088924.

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

Color convert

RGB 220 223 31 -
CMYK 0.01 0 0.86 0.13
HSL 60.94º 0.76% 0.5% -
HSV(B) 60.94º 0.86% 0.87% -
XYZ 56.15 68.09 11.48 -
YUV 200.22 32.51 142.11 -
System Red Green Blue C M Y K H S L
Decimal 220 223 31 0.01 0 0.86 0.13 60.94 0.76 0.5
Hex DC DF 1F 1 0 56 D 3D 4C 32
Octal 334 337 37 1 0 126 15 75 114 62
Binary 11011100 11011111 11111 1 0 1010110 1101 111101 1001100 110010

Color Harmonies of #DCDF1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDF1F

Black with #DCDF1F

Text Example


Text Example

White with #DCDF1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDF1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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