Html Css Color HEX #DEDD26 Bitter Lemon

📋 copy color: '#DEDD26'

red 222 ◦ green 221 ◦ blue 38

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

Shades of Bitter Lemon #DEDD26

Tints of Bitter Lemon #DEDD26

RGB

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

 GREEN value IS 221 (86.72% from 255) = 45.95%

 BLUE value IS 38 (15.23% from 255) = 7.9%

R = 46.15%
G = 45.95%
B = 7.9%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DEDD26 (or 0xDEDD26) is known color: Bitter Lemon. HEX triplet: DE, DD and 26. RGB value is (222,221,38). Sum of RGB (Red+Green+Blue) = 222+221+38=481 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.15% from 481); Green value is 221 (86.72% from 255 or 45.95% from 481); Blue value is 38 (15.23% from 255 or 7.90% from 481); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDD26 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEDD26 is #2122D9. Grayscale: #C9C9C9. Windows color (decimal): -2171610 or 2547166. OLE color: 2547166.

HSL color Cylindrical-coordinate representation of color #DEDD26: hue angle of 59.67º 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 #DEDD26 is Cyan = 0, Magento = 0.00, Yellow = 0.83 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 221 38 -
CMYK 0 0.00 0.83 0.13
HSL 59.67º 0.74% 0.51% -
HSV(B) 59.67º 0.83% 0.87% -
XYZ 56.33 67.38 11.87 -
YUV 200.44 36.33 143.38 -
System Red Green Blue C M Y K H S L
Decimal 222 221 38 0 0.00 0.83 0.13 59.67 0.74 0.51
Hex DE DD 26 0 0 53 D 3C 4A 33
Octal 336 335 46 0 0 123 15 74 112 63
Binary 11011110 11011101 100110 0 0 1010011 1101 111100 1001010 110011

Color Harmonies of #DEDD26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDD26

Black with #DEDD26

Text Example


Text Example

White with #DEDD26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDD26; }

 p { color: rgb(222,221,38); }

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

background-color css

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

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

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

border-color css

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

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

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