Html Css Color HEX #DFB300 Sunflower

📋 copy color: '#DFB300'

red 223 ◦ green 179 ◦ blue 0

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

Shades of Sunflower #DFB300

Tints of Sunflower #DFB300

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 55.47%
G = 44.53%
B = 0%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#DFB300 (or 0xDFB300) is known color: Sunflower. HEX triplet: DF, B3 and 00. RGB value is (223,179,0). Sum of RGB (Red+Green+Blue) = 223+179+0=402 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.47% from 402); Green value is 179 (70.31% from 255 or 44.53% from 402); Blue value is 0 (0.39% from 255 or 0% from 402); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB300 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFB300 is #204CFF. Grayscale: #ACACAC. Windows color (decimal): -2116864 or 46047. OLE color: 46047.

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

Color convert

RGB 223 179 0 -
CMYK 0 0.20 1 0.13
HSL 48.16º 1% 0.44% -
HSV(B) 48.16º 1% 0.87% -
XYZ 46.55 47.93 6.8 -
YUV 171.75 31.08 164.55 -
System Red Green Blue C M Y K H S L
Decimal 223 179 0 0 0.20 1 0.13 48.16 1 0.44
Hex DF B3 0 0 14 64 D 30 64 2C
Octal 337 263 0 0 24 144 15 60 144 54
Binary 11011111 10110011 0 0 10100 1100100 1101 110000 1100100 101100

Color Harmonies of #DFB300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB300

Black with #DFB300

Text Example


Text Example

White with #DFB300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB300; }

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

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

background-color css

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

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

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

border-color css

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

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

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