Html Css Color HEX #DFB70E Sunflower

📋 copy color: '#DFB70E'

red 223 ◦ green 183 ◦ blue 14

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

Shades of Sunflower #DFB70E

Tints of Sunflower #DFB70E

RGB

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

 GREEN value IS 183 (71.88% from 255) = 43.57%

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

R = 53.1%
G = 43.57%
B = 3.33%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DFB70E (or 0xDFB70E) is known color: Sunflower. HEX triplet: DF, B7 and 0E. RGB value is (223,183,14). Sum of RGB (Red+Green+Blue) = 223+183+14=420 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.10% from 420); Green value is 183 (71.88% from 255 or 43.57% from 420); Blue value is 14 (5.86% from 255 or 3.33% from 420); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB70E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFB70E is #2048F1. Grayscale: #B0B0B0. Windows color (decimal): -2115826 or 964575. OLE color: 964575.

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

Color convert

RGB 223 183 14 -
CMYK 0 0.18 0.94 0.13
HSL 48.52º 0.88% 0.46% -
HSV(B) 48.52º 0.94% 0.87% -
XYZ 47.44 49.59 7.49 -
YUV 175.69 36.75 161.74 -
System Red Green Blue C M Y K H S L
Decimal 223 183 14 0 0.18 0.94 0.13 48.52 0.88 0.46
Hex DF B7 E 0 12 5E D 31 58 2E
Octal 337 267 16 0 22 136 15 61 130 56
Binary 11011111 10110111 1110 0 10010 1011110 1101 110001 1011000 101110

Color Harmonies of #DFB70E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB70E

Black with #DFB70E

Text Example


Text Example

White with #DFB70E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB70E; }

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

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

background-color css

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

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

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

border-color css

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

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

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