Html Css Color HEX #DEDF24 Bitter Lemon

📋 copy color: '#DEDF24'

red 222 ◦ green 223 ◦ blue 36

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

Shades of Bitter Lemon #DEDF24

Tints of Bitter Lemon #DEDF24

RGB

 RED value IS 222 (87.11% from 255) = 46.15%

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

 BLUE value IS 36 (14.45% from 255) = 7.48%

R = 46.15%
G = 46.36%
B = 7.48%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DEDF24 (or 0xDEDF24) is known color: Bitter Lemon. HEX triplet: DE, DF and 24. RGB value is (222,223,36). Sum of RGB (Red+Green+Blue) = 222+223+36=481 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.15% from 481); Green value is 223 (87.5% from 255 or 46.36% from 481); Blue value is 36 (14.45% from 255 or 7.48% from 481); Max value from RGB is 223 - color contains mainly: green. Hex color #DEDF24 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEDF24 is #2120DB. Grayscale: #CACACA. Windows color (decimal): -2171100 or 2416606. OLE color: 2416606.

HSL color Cylindrical-coordinate representation of color #DEDF24: hue angle of 60.32º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DEDF24 is Cyan = 0.00, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 223 36 -
CMYK 0.00 0 0.84 0.13
HSL 60.32º 0.75% 0.51% -
HSV(B) 60.32º 0.84% 0.87% -
XYZ 56.83 68.43 11.88 -
YUV 201.38 34.67 142.71 -
System Red Green Blue C M Y K H S L
Decimal 222 223 36 0.00 0 0.84 0.13 60.32 0.75 0.51
Hex DE DF 24 0 0 54 D 3C 4B 33
Octal 336 337 44 0 0 124 15 74 113 63
Binary 11011110 11011111 100100 0 0 1010100 1101 111100 1001011 110011

Color Harmonies of #DEDF24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDF24

Black with #DEDF24

Text Example


Text Example

White with #DEDF24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDF24; }

 p { color: rgb(222,223,36); }

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

background-color css

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

 a { background-color: rgb(222,223,36); }

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

border-color css

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

 span { border-color: rgb(222,223,36); }

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