Html Css Color HEX #DFDF0B Lemon

📋 copy color: '#DFDF0B'

red 223 ◦ green 223 ◦ blue 11

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

Shades of Lemon #DFDF0B

Tints of Lemon #DFDF0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.41%

R = 48.8%
G = 48.8%
B = 2.41%

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

#DFDF0B (or 0xDFDF0B) is known color: Lemon. HEX triplet: DF, DF and 0B. RGB value is (223,223,11). Sum of RGB (Red+Green+Blue) = 223+223+11=457 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.80% from 457); Green value is 223 (87.5% from 255 or 48.80% from 457); Blue value is 11 (4.69% from 255 or 2.41% from 457); Max value from RGB is 223 - color contains mainly: red, green. Hex color #DFDF0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFDF0B is #2020F4. Grayscale: #C7C7C7. Windows color (decimal): -2105589 or 778207. OLE color: 778207.

HSL color Cylindrical-coordinate representation of color #DFDF0B: hue angle of 60º degrees, saturation: 0.91, 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 #DFDF0B is Cyan = 0, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 223 11 -
CMYK 0 0 0.95 0.13
HSL 60º 0.91% 0.46% -
HSV(B) 60º 0.95% 0.87% -
XYZ 56.88 68.49 10.54 -
YUV 198.83 22 145.24 -
System Red Green Blue C M Y K H S L
Decimal 223 223 11 0 0 0.95 0.13 60 0.91 0.46
Hex DF DF B 0 0 5F D 3C 5B 2E
Octal 337 337 13 0 0 137 15 74 133 56
Binary 11011111 11011111 1011 0 0 1011111 1101 111100 1011011 101110

Color Harmonies of #DFDF0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDF0B

Black with #DFDF0B

Text Example


Text Example

White with #DFDF0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDF0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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