Html Css Color HEX #DEDE25 Bitter Lemon

📋 copy color: '#DEDE25'

red 222 ◦ green 222 ◦ blue 37

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

Shades of Bitter Lemon #DEDE25

Tints of Bitter Lemon #DEDE25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 7.69%

R = 46.15%
G = 46.15%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DEDE25 (or 0xDEDE25) is known color: Bitter Lemon. HEX triplet: DE, DE and 25. RGB value is (222,222,37). Sum of RGB (Red+Green+Blue) = 222+222+37=481 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.15% from 481); Green value is 222 (87.11% from 255 or 46.15% from 481); Blue value is 37 (14.84% from 255 or 7.69% from 481); Max value from RGB is 222 - color contains mainly: red, green. Hex color #DEDE25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEDE25 is #2121DA. Grayscale: #C9C9C9. Windows color (decimal): -2171355 or 2481886. OLE color: 2481886.

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

Color convert

RGB 222 222 37 -
CMYK 0 0 0.83 0.13
HSL 60º 0.74% 0.51% -
HSV(B) 60º 0.83% 0.87% -
XYZ 56.58 67.91 11.88 -
YUV 200.91 35.5 143.04 -
System Red Green Blue C M Y K H S L
Decimal 222 222 37 0 0 0.83 0.13 60 0.74 0.51
Hex DE DE 25 0 0 53 D 3C 4A 33
Octal 336 336 45 0 0 123 15 74 112 63
Binary 11011110 11011110 100101 0 0 1010011 1101 111100 1001010 110011

Color Harmonies of #DEDE25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDE25

Black with #DEDE25

Text Example


Text Example

White with #DEDE25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDE25; }

 p { color: rgb(222,222,37); }

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

background-color css

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

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

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

border-color css

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

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

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