Html Css Color HEX #DEDE23 Bitter Lemon

📋 copy color: '#DEDE23'

red 222 ◦ green 222 ◦ blue 35

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

Shades of Bitter Lemon #DEDE23

Tints of Bitter Lemon #DEDE23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 7.31%

R = 46.35%
G = 46.35%
B = 7.31%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DEDE23 (or 0xDEDE23) is known color: Bitter Lemon. HEX triplet: DE, DE and 23. RGB value is (222,222,35). Sum of RGB (Red+Green+Blue) = 222+222+35=479 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.35% from 479); Green value is 222 (87.11% from 255 or 46.35% from 479); Blue value is 35 (14.06% from 255 or 7.31% from 479); Max value from RGB is 222 - color contains mainly: red, green. Hex color #DEDE23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEDE23 is #2121DC. Grayscale: #C9C9C9. Windows color (decimal): -2171357 or 2350814. OLE color: 2350814.

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

Color convert

RGB 222 222 35 -
CMYK 0 0 0.84 0.13
HSL 60º 0.74% 0.5% -
HSV(B) 60º 0.84% 0.87% -
XYZ 56.55 67.89 11.71 -
YUV 200.68 34.5 143.21 -
System Red Green Blue C M Y K H S L
Decimal 222 222 35 0 0 0.84 0.13 60 0.74 0.5
Hex DE DE 23 0 0 54 D 3C 4A 32
Octal 336 336 43 0 0 124 15 74 112 62
Binary 11011110 11011110 100011 0 0 1010100 1101 111100 1001010 110010

Color Harmonies of #DEDE23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDE23

Black with #DEDE23

Text Example


Text Example

White with #DEDE23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDE23; }

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

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

background-color css

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

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

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

border-color css

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

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

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