Html Css Color HEX #DCDE2B Bitter Lemon

📋 copy color: '#DCDE2B'

red 220 ◦ green 222 ◦ blue 43

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

Shades of Bitter Lemon #DCDE2B

Tints of Bitter Lemon #DCDE2B

RGB

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

 GREEN value IS 222 (87.11% from 255) = 45.77%

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

R = 45.36%
G = 45.77%
B = 8.87%

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

#DCDE2B (or 0xDCDE2B) is known color: Bitter Lemon. HEX triplet: DC, DE and 2B. RGB value is (220,222,43). Sum of RGB (Red+Green+Blue) = 220+222+43=485 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.36% from 485); Green value is 222 (87.11% from 255 or 45.77% from 485); Blue value is 43 (17.19% from 255 or 8.87% from 485); Max value from RGB is 222 - color contains mainly: green. Hex color #DCDE2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDE2B is #2321D4. Grayscale: #C9C9C9. Windows color (decimal): -2302421 or 2875100. OLE color: 2875100.

HSL color Cylindrical-coordinate representation of color #DCDE2B: hue angle of 60.67º degrees, saturation: 0.73, 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 #DCDE2B is Cyan = 0.01, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.13.

Color convert

RGB 220 222 43 -
CMYK 0.01 0 0.81 0.13
HSL 60.67º 0.73% 0.52% -
HSV(B) 60.67º 0.81% 0.87% -
XYZ 56.07 67.63 12.38 -
YUV 201 38.84 141.55 -
System Red Green Blue C M Y K H S L
Decimal 220 222 43 0.01 0 0.81 0.13 60.67 0.73 0.52
Hex DC DE 2B 1 0 51 D 3D 49 34
Octal 334 336 53 1 0 121 15 75 111 64
Binary 11011100 11011110 101011 1 0 1010001 1101 111101 1001001 110100

Color Harmonies of #DCDE2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDE2B

Black with #DCDE2B

Text Example


Text Example

White with #DCDE2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDE2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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