Html Css Color HEX #DCDF1E Bitter Lemon

📋 copy color: '#DCDF1E'

red 220 ◦ green 223 ◦ blue 30

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

Shades of Bitter Lemon #DCDF1E

Tints of Bitter Lemon #DCDF1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6.34%

R = 46.51%
G = 47.15%
B = 6.34%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DCDF1E (or 0xDCDF1E) is known color: Bitter Lemon. HEX triplet: DC, DF and 1E. RGB value is (220,223,30). Sum of RGB (Red+Green+Blue) = 220+223+30=473 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.51% from 473); Green value is 223 (87.5% from 255 or 47.15% from 473); Blue value is 30 (12.11% from 255 or 6.34% from 473); Max value from RGB is 223 - color contains mainly: green. Hex color #DCDF1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDF1E is #2320E1. Grayscale: #C8C8C8. Windows color (decimal): -2302178 or 2023388. OLE color: 2023388.

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

Color convert

RGB 220 223 30 -
CMYK 0.01 0 0.87 0.13
HSL 60.93º 0.76% 0.5% -
HSV(B) 60.93º 0.87% 0.87% -
XYZ 56.14 68.08 11.41 -
YUV 200.1 32.01 142.19 -
System Red Green Blue C M Y K H S L
Decimal 220 223 30 0.01 0 0.87 0.13 60.93 0.76 0.5
Hex DC DF 1E 1 0 57 D 3D 4C 32
Octal 334 337 36 1 0 127 15 75 114 62
Binary 11011100 11011111 11110 1 0 1010111 1101 111101 1001100 110010

Color Harmonies of #DCDF1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDF1E

Black with #DCDF1E

Text Example


Text Example

White with #DCDF1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDF1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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