Html Css Color HEX #DFB400 Sunflower

📋 copy color: '#DFB400'

red 223 ◦ green 180 ◦ blue 0

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

Shades of Sunflower #DFB400

Tints of Sunflower #DFB400

RGB

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

 GREEN value IS 180 (70.7% from 255) = 44.67%

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

R = 55.33%
G = 44.67%
B = 0%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#DFB400 (or 0xDFB400) is known color: Sunflower. HEX triplet: DF, B4 and 00. RGB value is (223,180,0). Sum of RGB (Red+Green+Blue) = 223+180+0=403 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.33% from 403); Green value is 180 (70.70% from 255 or 44.67% from 403); Blue value is 0 (0.39% from 255 or 0% from 403); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB400 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFB400 is #204BFF. Grayscale: #ADADAD. Windows color (decimal): -2116608 or 46303. OLE color: 46303.

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

Color convert

RGB 223 180 0 -
CMYK 0 0.19 1 0.13
HSL 48.43º 1% 0.44% -
HSV(B) 48.43º 1% 0.87% -
XYZ 46.75 48.33 6.86 -
YUV 172.34 30.75 164.14 -
System Red Green Blue C M Y K H S L
Decimal 223 180 0 0 0.19 1 0.13 48.43 1 0.44
Hex DF B4 0 0 13 64 D 30 64 2C
Octal 337 264 0 0 23 144 15 60 144 54
Binary 11011111 10110100 0 0 10011 1100100 1101 110000 1100100 101100

Color Harmonies of #DFB400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB400

Black with #DFB400

Text Example


Text Example

White with #DFB400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB400; }

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

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

background-color css

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

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

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

border-color css

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

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

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