Html Css Color HEX #DFB314 Sunflower

📋 copy color: '#DFB314'

red 223 ◦ green 179 ◦ blue 20

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

Shades of Sunflower #DFB314

Tints of Sunflower #DFB314

RGB

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

 GREEN value IS 179 (70.31% from 255) = 42.42%

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

R = 52.84%
G = 42.42%
B = 4.74%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DFB314 (or 0xDFB314) is known color: Sunflower. HEX triplet: DF, B3 and 14. RGB value is (223,179,20). Sum of RGB (Red+Green+Blue) = 223+179+20=422 (55% of max value = 765). Red value is 223 (87.5% from 255 or 52.84% from 422); Green value is 179 (70.31% from 255 or 42.42% from 422); Blue value is 20 (8.20% from 255 or 4.74% from 422); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB314 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFB314 is #204CEB. Grayscale: #AEAEAE. Windows color (decimal): -2116844 or 1356767. OLE color: 1356767.

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

Color convert

RGB 223 179 20 -
CMYK 0 0.20 0.91 0.13
HSL 47º 0.84% 0.48% -
HSV(B) 47º 0.91% 0.87% -
XYZ 46.68 47.98 7.46 -
YUV 174.03 41.08 162.93 -
System Red Green Blue C M Y K H S L
Decimal 223 179 20 0 0.20 0.91 0.13 47 0.84 0.48
Hex DF B3 14 0 14 5B D 2F 54 30
Octal 337 263 24 0 24 133 15 57 124 60
Binary 11011111 10110011 10100 0 10100 1011011 1101 101111 1010100 110000

Color Harmonies of #DFB314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB314

Black with #DFB314

Text Example


Text Example

White with #DFB314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB314; }

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

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

background-color css

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

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

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

border-color css

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

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

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