Html Css Color HEX #DCDF1D Bitter Lemon

📋 copy color: '#DCDF1D'

red 220 ◦ green 223 ◦ blue 29

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

Shades of Bitter Lemon #DCDF1D

Tints of Bitter Lemon #DCDF1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.14%

R = 46.61%
G = 47.25%
B = 6.14%

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

#DCDF1D (or 0xDCDF1D) is known color: Bitter Lemon. HEX triplet: DC, DF and 1D. RGB value is (220,223,29). Sum of RGB (Red+Green+Blue) = 220+223+29=472 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.61% from 472); Green value is 223 (87.5% from 255 or 47.25% from 472); Blue value is 29 (11.72% from 255 or 6.14% from 472); Max value from RGB is 223 - color contains mainly: green. Hex color #DCDF1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDF1D is #2320E2. Grayscale: #C8C8C8. Windows color (decimal): -2302179 or 1957852. OLE color: 1957852.

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

Color convert

RGB 220 223 29 -
CMYK 0.01 0 0.87 0.13
HSL 60.93º 0.77% 0.49% -
HSV(B) 60.93º 0.87% 0.87% -
XYZ 56.12 68.08 11.35 -
YUV 199.99 31.51 142.27 -
System Red Green Blue C M Y K H S L
Decimal 220 223 29 0.01 0 0.87 0.13 60.93 0.77 0.49
Hex DC DF 1D 1 0 57 D 3D 4D 31
Octal 334 337 35 1 0 127 15 75 115 61
Binary 11011100 11011111 11101 1 0 1010111 1101 111101 1001101 110001

Color Harmonies of #DCDF1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDF1D

Black with #DCDF1D

Text Example


Text Example

White with #DCDF1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDF1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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