Html Css Color HEX #DEDC29 Bitter Lemon

📋 copy color: '#DEDC29'

red 222 ◦ green 220 ◦ blue 41

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

Shades of Bitter Lemon #DEDC29

Tints of Bitter Lemon #DEDC29

RGB

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

 GREEN value IS 220 (86.33% from 255) = 45.55%

 BLUE value IS 41 (16.41% from 255) = 8.49%

R = 45.96%
G = 45.55%
B = 8.49%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DEDC29 (or 0xDEDC29) is known color: Bitter Lemon. HEX triplet: DE, DC and 29. RGB value is (222,220,41). Sum of RGB (Red+Green+Blue) = 222+220+41=483 (63% of max value = 765). Red value is 222 (87.11% from 255 or 45.96% from 483); Green value is 220 (86.33% from 255 or 45.55% from 483); Blue value is 41 (16.41% from 255 or 8.49% from 483); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDC29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEDC29 is #2123D6. Grayscale: #C8C8C8. Windows color (decimal): -2171863 or 2743518. OLE color: 2743518.

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

Color convert

RGB 222 220 41 -
CMYK 0 0.01 0.82 0.13
HSL 59.34º 0.73% 0.52% -
HSV(B) 59.34º 0.82% 0.87% -
XYZ 56.12 66.88 12.05 -
YUV 200.19 38.16 143.55 -
System Red Green Blue C M Y K H S L
Decimal 222 220 41 0 0.01 0.82 0.13 59.34 0.73 0.52
Hex DE DC 29 0 1 52 D 3B 49 34
Octal 336 334 51 0 1 122 15 73 111 64
Binary 11011110 11011100 101001 0 1 1010010 1101 111011 1001001 110100

Color Harmonies of #DEDC29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDC29

Black with #DEDC29

Text Example


Text Example

White with #DEDC29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDC29; }

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

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

background-color css

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

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

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

border-color css

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

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

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