Html Css Color HEX #DFDE0C Lemon

📋 copy color: '#DFDE0C'

red 223 ◦ green 222 ◦ blue 12

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

Shades of Lemon #DFDE0C

Tints of Lemon #DFDE0C

RGB

 RED value IS 223 (87.5% from 255) = 48.8%

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

 BLUE value IS 12 (5.08% from 255) = 2.63%

R = 48.8%
G = 48.58%
B = 2.63%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DFDE0C (or 0xDFDE0C) is known color: Lemon. HEX triplet: DF, DE and 0C. RGB value is (223,222,12). Sum of RGB (Red+Green+Blue) = 223+222+12=457 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.80% from 457); Green value is 222 (87.11% from 255 or 48.58% from 457); Blue value is 12 (5.08% from 255 or 2.63% from 457); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDE0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFDE0C is #2021F3. Grayscale: #C7C7C7. Windows color (decimal): -2105844 or 843487. OLE color: 843487.

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

Color convert

RGB 223 222 12 -
CMYK 0 0.00 0.95 0.13
HSL 59.72º 0.9% 0.46% -
HSV(B) 59.72º 0.95% 0.87% -
XYZ 56.62 67.96 10.48 -
YUV 198.36 22.83 145.58 -
System Red Green Blue C M Y K H S L
Decimal 223 222 12 0 0.00 0.95 0.13 59.72 0.9 0.46
Hex DF DE C 0 0 5F D 3C 5A 2E
Octal 337 336 14 0 0 137 15 74 132 56
Binary 11011111 11011110 1100 0 0 1011111 1101 111100 1011010 101110

Color Harmonies of #DFDE0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDE0C

Black with #DFDE0C

Text Example


Text Example

White with #DFDE0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDE0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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