Html Css Color HEX #DCDE22 Bitter Lemon

📋 copy color: '#DCDE22'

red 220 ◦ green 222 ◦ blue 34

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

Shades of Bitter Lemon #DCDE22

Tints of Bitter Lemon #DCDE22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 7.14%

R = 46.22%
G = 46.64%
B = 7.14%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DCDE22 (or 0xDCDE22) is known color: Bitter Lemon. HEX triplet: DC, DE and 22. RGB value is (220,222,34). Sum of RGB (Red+Green+Blue) = 220+222+34=476 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.22% from 476); Green value is 222 (87.11% from 255 or 46.64% from 476); Blue value is 34 (13.67% from 255 or 7.14% from 476); Max value from RGB is 222 - color contains mainly: green. Hex color #DCDE22 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDE22 is #2321DD. Grayscale: #C8C8C8. Windows color (decimal): -2302430 or 2285276. OLE color: 2285276.

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

Color convert

RGB 220 222 34 -
CMYK 0.01 0 0.85 0.13
HSL 60.64º 0.74% 0.5% -
HSV(B) 60.64º 0.85% 0.87% -
XYZ 55.93 67.57 11.61 -
YUV 199.97 34.34 142.29 -
System Red Green Blue C M Y K H S L
Decimal 220 222 34 0.01 0 0.85 0.13 60.64 0.74 0.5
Hex DC DE 22 1 0 55 D 3D 4A 32
Octal 334 336 42 1 0 125 15 75 112 62
Binary 11011100 11011110 100010 1 0 1010101 1101 111101 1001010 110010

Color Harmonies of #DCDE22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDE22

Black with #DCDE22

Text Example


Text Example

White with #DCDE22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDE22; }

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

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

background-color css

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

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

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

border-color css

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

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

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