Html Css Color HEX #DFD00E Sunflower

📋 copy color: '#DFD00E'

red 223 ◦ green 208 ◦ blue 14

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

Shades of Sunflower #DFD00E

Tints of Sunflower #DFD00E

RGB

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

 GREEN value IS 208 (81.64% from 255) = 46.74%

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

R = 50.11%
G = 46.74%
B = 3.15%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DFD00E (or 0xDFD00E) is known color: Sunflower. HEX triplet: DF, D0 and 0E. RGB value is (223,208,14). Sum of RGB (Red+Green+Blue) = 223+208+14=445 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.11% from 445); Green value is 208 (81.64% from 255 or 46.74% from 445); Blue value is 14 (5.86% from 255 or 3.15% from 445); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD00E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFD00E is #202FF1. Grayscale: #BFBFBF. Windows color (decimal): -2109426 or 970975. OLE color: 970975.

HSL color Cylindrical-coordinate representation of color #DFD00E: hue angle of 55.69º 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 #DFD00E is Cyan = 0, Magento = 0.07, Yellow = 0.94 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 208 14 -
CMYK 0 0.07 0.94 0.13
HSL 55.69º 0.88% 0.46% -
HSV(B) 55.69º 0.94% 0.87% -
XYZ 53.07 60.83 9.36 -
YUV 190.37 28.47 151.27 -
System Red Green Blue C M Y K H S L
Decimal 223 208 14 0 0.07 0.94 0.13 55.69 0.88 0.46
Hex DF D0 E 0 7 5E D 38 58 2E
Octal 337 320 16 0 7 136 15 70 130 56
Binary 11011111 11010000 1110 0 111 1011110 1101 111000 1011000 101110

Color Harmonies of #DFD00E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD00E

Black with #DFD00E

Text Example


Text Example

White with #DFD00E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD00E; }

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

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

background-color css

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

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

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

border-color css

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

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

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