Html Css Color HEX #DEDF0A Lemon

📋 copy color: '#DEDF0A'

red 222 ◦ green 223 ◦ blue 10

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

Shades of Lemon #DEDF0A

Tints of Lemon #DEDF0A

RGB

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

 GREEN value IS 223 (87.5% from 255) = 49.01%

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

R = 48.79%
G = 49.01%
B = 2.2%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DEDF0A (or 0xDEDF0A) is known color: Lemon. HEX triplet: DE, DF and 0A. RGB value is (222,223,10). Sum of RGB (Red+Green+Blue) = 222+223+10=455 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.79% from 455); Green value is 223 (87.5% from 255 or 49.01% from 455); Blue value is 10 (4.30% from 255 or 2.20% from 455); Max value from RGB is 223 - color contains mainly: green. Hex color #DEDF0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEDF0A is #2120F5. Grayscale: #C7C7C7. Windows color (decimal): -2171126 or 712670. OLE color: 712670.

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

Color convert

RGB 222 223 10 -
CMYK 0.00 0 0.96 0.13
HSL 60.28º 0.91% 0.46% -
HSV(B) 60.28º 0.96% 0.87% -
XYZ 56.57 68.33 10.49 -
YUV 198.42 21.67 144.82 -
System Red Green Blue C M Y K H S L
Decimal 222 223 10 0.00 0 0.96 0.13 60.28 0.91 0.46
Hex DE DF A 0 0 60 D 3C 5B 2E
Octal 336 337 12 0 0 140 15 74 133 56
Binary 11011110 11011111 1010 0 0 1100000 1101 111100 1011011 101110

Color Harmonies of #DEDF0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDF0A

Black with #DEDF0A

Text Example


Text Example

White with #DEDF0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDF0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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