Html Css Color HEX #DEDE0A Lemon

📋 copy color: '#DEDE0A'

red 222 ◦ green 222 ◦ blue 10

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

Shades of Lemon #DEDE0A

Tints of Lemon #DEDE0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.2%

R = 48.9%
G = 48.9%
B = 2.2%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DEDE0A (or 0xDEDE0A) is known color: Lemon. HEX triplet: DE, DE and 0A. RGB value is (222,222,10). Sum of RGB (Red+Green+Blue) = 222+222+10=454 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.90% from 454); Green value is 222 (87.11% from 255 or 48.90% from 454); Blue value is 10 (4.30% from 255 or 2.20% from 454); Max value from RGB is 222 - color contains mainly: red, green. Hex color #DEDE0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEDE0A is #2121F5. Grayscale: #C6C6C6. Windows color (decimal): -2171382 or 712414. OLE color: 712414.

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

Color convert

RGB 222 222 10 -
CMYK 0 0 0.95 0.13
HSL 60º 0.91% 0.45% -
HSV(B) 60º 0.95% 0.87% -
XYZ 56.3 67.79 10.41 -
YUV 197.83 22 145.24 -
System Red Green Blue C M Y K H S L
Decimal 222 222 10 0 0 0.95 0.13 60 0.91 0.45
Hex DE DE A 0 0 5F D 3C 5B 2D
Octal 336 336 12 0 0 137 15 74 133 55
Binary 11011110 11011110 1010 0 0 1011111 1101 111100 1011011 101101

Color Harmonies of #DEDE0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDE0A

Black with #DEDE0A

Text Example


Text Example

White with #DEDE0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDE0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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