Html Css Color HEX #DFB301 Sunflower

📋 copy color: '#DFB301'

red 223 ◦ green 179 ◦ blue 1

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

Shades of Sunflower #DFB301

Tints of Sunflower #DFB301

RGB

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

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

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

R = 55.33%
G = 44.42%
B = 0.25%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 1.00

 K value IS 0.13

RGB Variations

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

Color information

#DFB301 (or 0xDFB301) is known color: Sunflower. HEX triplet: DF, B3 and 01. RGB value is (223,179,1). Sum of RGB (Red+Green+Blue) = 223+179+1=403 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.33% from 403); Green value is 179 (70.31% from 255 or 44.42% from 403); Blue value is 1 (0.78% from 255 or 0.25% from 403); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB301 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFB301 is #204CFE. Grayscale: #ACACAC. Windows color (decimal): -2116863 or 111583. OLE color: 111583.

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

Color convert

RGB 223 179 1 -
CMYK 0 0.20 1.00 0.13
HSL 48.11º 0.99% 0.44% -
HSV(B) 48.11º 1% 0.87% -
XYZ 46.56 47.93 6.83 -
YUV 171.86 31.58 164.47 -
System Red Green Blue C M Y K H S L
Decimal 223 179 1 0 0.20 1.00 0.13 48.11 0.99 0.44
Hex DF B3 1 0 14 64 D 30 63 2C
Octal 337 263 1 0 24 144 15 60 143 54
Binary 11011111 10110011 1 0 10100 1100100 1101 110000 1100011 101100

Color Harmonies of #DFB301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB301

Black with #DFB301

Text Example


Text Example

White with #DFB301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB301; }

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

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

background-color css

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

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

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

border-color css

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

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

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