Html Css Color HEX #DEDD08 Lemon

📋 copy color: '#DEDD08'

red 222 ◦ green 221 ◦ blue 8

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

Shades of Lemon #DEDD08

Tints of Lemon #DEDD08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 1.77%

R = 49.22%
G = 49%
B = 1.77%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DEDD08 (or 0xDEDD08) is known color: Lemon. HEX triplet: DE, DD and 08. RGB value is (222,221,8). Sum of RGB (Red+Green+Blue) = 222+221+8=451 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.22% from 451); Green value is 221 (86.72% from 255 or 49.00% from 451); Blue value is 8 (3.52% from 255 or 1.77% from 451); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDD08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEDD08 is #2122F7. Grayscale: #C5C5C5. Windows color (decimal): -2171640 or 581086. OLE color: 581086.

HSL color Cylindrical-coordinate representation of color #DEDD08: hue angle of 59.72º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DEDD08 is Cyan = 0, Magento = 0.00, Yellow = 0.96 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 221 8 -
CMYK 0 0.00 0.96 0.13
HSL 59.72º 0.93% 0.45% -
HSV(B) 59.72º 0.96% 0.87% -
XYZ 56.02 67.26 10.26 -
YUV 197.02 21.33 145.82 -
System Red Green Blue C M Y K H S L
Decimal 222 221 8 0 0.00 0.96 0.13 59.72 0.93 0.45
Hex DE DD 8 0 0 60 D 3C 5D 2D
Octal 336 335 10 0 0 140 15 74 135 55
Binary 11011110 11011101 1000 0 0 1100000 1101 111100 1011101 101101

Color Harmonies of #DEDD08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDD08

Black with #DEDD08

Text Example


Text Example

White with #DEDD08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDD08; }

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

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

background-color css

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

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

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

border-color css

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

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

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