Html Css Color HEX #DCDF2B Bitter Lemon

📋 copy color: '#DCDF2B'

red 220 ◦ green 223 ◦ blue 43

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

Shades of Bitter Lemon #DCDF2B

Tints of Bitter Lemon #DCDF2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 8.85%

R = 45.27%
G = 45.88%
B = 8.85%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DCDF2B (or 0xDCDF2B) is known color: Bitter Lemon. HEX triplet: DC, DF and 2B. RGB value is (220,223,43). Sum of RGB (Red+Green+Blue) = 220+223+43=486 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.27% from 486); Green value is 223 (87.5% from 255 or 45.88% from 486); Blue value is 43 (17.19% from 255 or 8.85% from 486); Max value from RGB is 223 - color contains mainly: green. Hex color #DCDF2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDF2B is #2320D4. Grayscale: #CACACA. Windows color (decimal): -2302165 or 2875356. OLE color: 2875356.

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

Color convert

RGB 220 223 43 -
CMYK 0.01 0 0.81 0.13
HSL 61º 0.74% 0.52% -
HSV(B) 61º 0.81% 0.87% -
XYZ 56.34 68.17 12.47 -
YUV 201.58 38.51 141.14 -
System Red Green Blue C M Y K H S L
Decimal 220 223 43 0.01 0 0.81 0.13 61 0.74 0.52
Hex DC DF 2B 1 0 51 D 3D 4A 34
Octal 334 337 53 1 0 121 15 75 112 64
Binary 11011100 11011111 101011 1 0 1010001 1101 111101 1001010 110100

Color Harmonies of #DCDF2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDF2B

Black with #DCDF2B

Text Example


Text Example

White with #DCDF2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDF2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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