Html Css Color HEX #DEDD27 Bitter Lemon

📋 copy color: '#DEDD27'

red 222 ◦ green 221 ◦ blue 39

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

Shades of Bitter Lemon #DEDD27

Tints of Bitter Lemon #DEDD27

RGB

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

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

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

R = 46.06%
G = 45.85%
B = 8.09%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DEDD27 (or 0xDEDD27) is known color: Bitter Lemon. HEX triplet: DE, DD and 27. RGB value is (222,221,39). Sum of RGB (Red+Green+Blue) = 222+221+39=482 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.06% from 482); Green value is 221 (86.72% from 255 or 45.85% from 482); Blue value is 39 (15.62% from 255 or 8.09% from 482); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDD27 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEDD27 is #2122D8. Grayscale: #C9C9C9. Windows color (decimal): -2171609 or 2612702. OLE color: 2612702.

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

Color convert

RGB 222 221 39 -
CMYK 0 0.00 0.82 0.13
HSL 59.67º 0.73% 0.51% -
HSV(B) 59.67º 0.82% 0.87% -
XYZ 56.35 67.39 11.96 -
YUV 200.55 36.83 143.3 -
System Red Green Blue C M Y K H S L
Decimal 222 221 39 0 0.00 0.82 0.13 59.67 0.73 0.51
Hex DE DD 27 0 0 52 D 3C 49 33
Octal 336 335 47 0 0 122 15 74 111 63
Binary 11011110 11011101 100111 0 0 1010010 1101 111100 1001001 110011

Color Harmonies of #DEDD27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDD27

Black with #DEDD27

Text Example


Text Example

White with #DEDD27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDD27; }

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

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

background-color css

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

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

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

border-color css

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

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

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