Html Css Color HEX #DFB701 Sunflower

📋 copy color: '#DFB701'

red 223 ◦ green 183 ◦ blue 1

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

Shades of Sunflower #DFB701

Tints of Sunflower #DFB701

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.25%

R = 54.79%
G = 44.96%
B = 0.25%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 1.00

 K value IS 0.13

RGB Variations

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

Color information

#DFB701 (or 0xDFB701) is known color: Sunflower. HEX triplet: DF, B7 and 01. RGB value is (223,183,1). Sum of RGB (Red+Green+Blue) = 223+183+1=407 (53% of max value = 765). Red value is 223 (87.5% from 255 or 54.79% from 407); Green value is 183 (71.88% from 255 or 44.96% from 407); Blue value is 1 (0.78% from 255 or 0.25% from 407); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB701 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFB701 is #2048FE. Grayscale: #AEAEAE. Windows color (decimal): -2115839 or 112607. OLE color: 112607.

HSL color Cylindrical-coordinate representation of color #DFB701: hue angle of 49.19º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DFB701 is Cyan = 0, Magento = 0.18, Yellow = 1.00 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 183 1 -
CMYK 0 0.18 1.00 0.13
HSL 49.19º 0.99% 0.44% -
HSV(B) 49.19º 1% 0.87% -
XYZ 47.37 49.56 7.1 -
YUV 174.21 30.25 162.8 -
System Red Green Blue C M Y K H S L
Decimal 223 183 1 0 0.18 1.00 0.13 49.19 0.99 0.44
Hex DF B7 1 0 12 64 D 31 63 2C
Octal 337 267 1 0 22 144 15 61 143 54
Binary 11011111 10110111 1 0 10010 1100100 1101 110001 1100011 101100

Color Harmonies of #DFB701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB701

Black with #DFB701

Text Example


Text Example

White with #DFB701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB701; }

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

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

background-color css

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

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

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

border-color css

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

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

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