Html Css Color HEX #DFD10E Sunflower

📋 copy color: '#DFD10E'

red 223 ◦ green 209 ◦ blue 14

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

Shades of Sunflower #DFD10E

Tints of Sunflower #DFD10E

RGB

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

 GREEN value IS 209 (82.03% from 255) = 46.86%

 BLUE value IS 14 (5.86% from 255) = 3.14%

R = 50%
G = 46.86%
B = 3.14%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DFD10E (or 0xDFD10E) is known color: Sunflower. HEX triplet: DF, D1 and 0E. RGB value is (223,209,14). Sum of RGB (Red+Green+Blue) = 223+209+14=446 (59% of max value = 765). Red value is 223 (87.5% from 255 or 50% from 446); Green value is 209 (82.03% from 255 or 46.86% from 446); Blue value is 14 (5.86% from 255 or 3.14% from 446); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD10E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFD10E is #202EF1. Grayscale: #BFBFBF. Windows color (decimal): -2109170 or 971231. OLE color: 971231.

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

Color convert

RGB 223 209 14 -
CMYK 0 0.06 0.94 0.13
HSL 55.98º 0.88% 0.46% -
HSV(B) 55.98º 0.94% 0.87% -
XYZ 53.31 61.32 9.44 -
YUV 190.96 28.14 150.86 -
System Red Green Blue C M Y K H S L
Decimal 223 209 14 0 0.06 0.94 0.13 55.98 0.88 0.46
Hex DF D1 E 0 6 5E D 38 58 2E
Octal 337 321 16 0 6 136 15 70 130 56
Binary 11011111 11010001 1110 0 110 1011110 1101 111000 1011000 101110

Color Harmonies of #DFD10E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD10E

Black with #DFD10E

Text Example


Text Example

White with #DFD10E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD10E; }

 p { color: rgb(223,209,14); }

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

background-color css

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

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

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

border-color css

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

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

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