Html Css Color HEX #DCDF1A Bitter Lemon

📋 copy color: '#DCDF1A'

red 220 ◦ green 223 ◦ blue 26

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

Shades of Bitter Lemon #DCDF1A

Tints of Bitter Lemon #DCDF1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 5.54%

R = 46.91%
G = 47.55%
B = 5.54%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DCDF1A (or 0xDCDF1A) is known color: Bitter Lemon. HEX triplet: DC, DF and 1A. RGB value is (220,223,26). Sum of RGB (Red+Green+Blue) = 220+223+26=469 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.91% from 469); Green value is 223 (87.5% from 255 or 47.55% from 469); Blue value is 26 (10.55% from 255 or 5.54% from 469); Max value from RGB is 223 - color contains mainly: green. Hex color #DCDF1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDF1A is #2320E5. Grayscale: #C8C8C8. Windows color (decimal): -2302182 or 1761244. OLE color: 1761244.

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

Color convert

RGB 220 223 26 -
CMYK 0.01 0 0.88 0.13
HSL 60.91º 0.79% 0.49% -
HSV(B) 60.91º 0.88% 0.87% -
XYZ 56.09 68.07 11.16 -
YUV 199.65 30.01 142.52 -
System Red Green Blue C M Y K H S L
Decimal 220 223 26 0.01 0 0.88 0.13 60.91 0.79 0.49
Hex DC DF 1A 1 0 58 D 3D 4F 31
Octal 334 337 32 1 0 130 15 75 117 61
Binary 11011100 11011111 11010 1 0 1011000 1101 111101 1001111 110001

Color Harmonies of #DCDF1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDF1A

Black with #DCDF1A

Text Example


Text Example

White with #DCDF1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDF1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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