Html Css Color HEX #DEDE27 Bitter Lemon

📋 copy color: '#DEDE27'

red 222 ◦ green 222 ◦ blue 39

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

Shades of Bitter Lemon #DEDE27

Tints of Bitter Lemon #DEDE27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 8.07%

R = 45.96%
G = 45.96%
B = 8.07%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DEDE27 (or 0xDEDE27) is known color: Bitter Lemon. HEX triplet: DE, DE and 27. RGB value is (222,222,39). Sum of RGB (Red+Green+Blue) = 222+222+39=483 (63% of max value = 765). Red value is 222 (87.11% from 255 or 45.96% from 483); Green value is 222 (87.11% from 255 or 45.96% from 483); Blue value is 39 (15.62% from 255 or 8.07% from 483); Max value from RGB is 222 - color contains mainly: red, green. Hex color #DEDE27 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEDE27 is #2121D8. Grayscale: #C9C9C9. Windows color (decimal): -2171353 or 2612958. OLE color: 2612958.

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

Color convert

RGB 222 222 39 -
CMYK 0 0 0.82 0.13
HSL 60º 0.73% 0.51% -
HSV(B) 60º 0.82% 0.87% -
XYZ 56.61 67.92 12.05 -
YUV 201.14 36.5 142.88 -
System Red Green Blue C M Y K H S L
Decimal 222 222 39 0 0 0.82 0.13 60 0.73 0.51
Hex DE DE 27 0 0 52 D 3C 49 33
Octal 336 336 47 0 0 122 15 74 111 63
Binary 11011110 11011110 100111 0 0 1010010 1101 111100 1001001 110011

Color Harmonies of #DEDE27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDE27

Black with #DEDE27

Text Example


Text Example

White with #DEDE27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDE27; }

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

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

background-color css

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

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

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

border-color css

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

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

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