Html Css Color HEX #DFD114 Sunflower

📋 copy color: '#DFD114'

red 223 ◦ green 209 ◦ blue 20

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

Shades of Sunflower #DFD114

Tints of Sunflower #DFD114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.42%

R = 49.34%
G = 46.24%
B = 4.42%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DFD114 (or 0xDFD114) is known color: Sunflower. HEX triplet: DF, D1 and 14. RGB value is (223,209,20). Sum of RGB (Red+Green+Blue) = 223+209+20=452 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.34% from 452); Green value is 209 (82.03% from 255 or 46.24% from 452); Blue value is 20 (8.20% from 255 or 4.42% from 452); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD114 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFD114 is #202EEB. Grayscale: #C0C0C0. Windows color (decimal): -2109164 or 1364447. OLE color: 1364447.

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

Color convert

RGB 223 209 20 -
CMYK 0 0.06 0.91 0.13
HSL 55.86º 0.84% 0.48% -
HSV(B) 55.86º 0.91% 0.87% -
XYZ 53.36 61.34 9.69 -
YUV 191.64 31.14 150.37 -
System Red Green Blue C M Y K H S L
Decimal 223 209 20 0 0.06 0.91 0.13 55.86 0.84 0.48
Hex DF D1 14 0 6 5B D 38 54 30
Octal 337 321 24 0 6 133 15 70 124 60
Binary 11011111 11010001 10100 0 110 1011011 1101 111000 1010100 110000

Color Harmonies of #DFD114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD114

Black with #DFD114

Text Example


Text Example

White with #DFD114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD114; }

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

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

background-color css

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

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

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

border-color css

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

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

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