Html Css Color HEX #DFB801 Sunflower

📋 copy color: '#DFB801'

red 223 ◦ green 184 ◦ blue 1

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

Shades of Sunflower #DFB801

Tints of Sunflower #DFB801

RGB

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

 GREEN value IS 184 (72.27% from 255) = 45.1%

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

R = 54.66%
G = 45.1%
B = 0.25%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 1.00

 K value IS 0.13

RGB Variations

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

Color information

#DFB801 (or 0xDFB801) is known color: Sunflower. HEX triplet: DF, B8 and 01. RGB value is (223,184,1). Sum of RGB (Red+Green+Blue) = 223+184+1=408 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.66% from 408); Green value is 184 (72.27% from 255 or 45.10% from 408); Blue value is 1 (0.78% from 255 or 0.25% from 408); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB801 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFB801 is #2047FE. Grayscale: #AFAFAF. Windows color (decimal): -2115583 or 112863. OLE color: 112863.

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

Color convert

RGB 223 184 1 -
CMYK 0 0.17 1.00 0.13
HSL 49.46º 0.99% 0.44% -
HSV(B) 49.46º 1% 0.87% -
XYZ 47.58 49.97 7.17 -
YUV 174.8 29.92 162.38 -
System Red Green Blue C M Y K H S L
Decimal 223 184 1 0 0.17 1.00 0.13 49.46 0.99 0.44
Hex DF B8 1 0 11 64 D 31 63 2C
Octal 337 270 1 0 21 144 15 61 143 54
Binary 11011111 10111000 1 0 10001 1100100 1101 110001 1100011 101100

Color Harmonies of #DFB801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB801

Black with #DFB801

Text Example


Text Example

White with #DFB801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB801; }

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

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

background-color css

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

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

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

border-color css

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

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

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