Html Css Color HEX #DFDF06 Lemon

📋 copy color: '#DFDF06'

red 223 ◦ green 223 ◦ blue 6

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

Shades of Lemon #DFDF06

Tints of Lemon #DFDF06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.33%

R = 49.34%
G = 49.34%
B = 1.33%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#DFDF06 (or 0xDFDF06) is known color: Lemon. HEX triplet: DF, DF and 06. RGB value is (223,223,6). Sum of RGB (Red+Green+Blue) = 223+223+6=452 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.34% from 452); Green value is 223 (87.5% from 255 or 49.34% from 452); Blue value is 6 (2.73% from 255 or 1.33% from 452); Max value from RGB is 223 - color contains mainly: red, green. Hex color #DFDF06 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFDF06 is #2020F9. Grayscale: #C7C7C7. Windows color (decimal): -2105594 or 450527. OLE color: 450527.

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

Color convert

RGB 223 223 6 -
CMYK 0 0 0.97 0.13
HSL 60º 0.95% 0.45% -
HSV(B) 60º 0.97% 0.87% -
XYZ 56.85 68.48 10.39 -
YUV 198.26 19.5 145.64 -
System Red Green Blue C M Y K H S L
Decimal 223 223 6 0 0 0.97 0.13 60 0.95 0.45
Hex DF DF 6 0 0 61 D 3C 5F 2D
Octal 337 337 6 0 0 141 15 74 137 55
Binary 11011111 11011111 110 0 0 1100001 1101 111100 1011111 101101

Color Harmonies of #DFDF06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDF06

Black with #DFDF06

Text Example


Text Example

White with #DFDF06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDF06; }

 p { color: rgb(223,223,6); }

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

background-color css

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

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

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

border-color css

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

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

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