Html Css Color HEX #DFB700 Sunflower

📋 copy color: '#DFB700'

red 223 ◦ green 183 ◦ blue 0

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

Shades of Sunflower #DFB700

Tints of Sunflower #DFB700

RGB

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

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

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

R = 54.93%
G = 45.07%
B = 0%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#DFB700 (or 0xDFB700) is known color: Sunflower. HEX triplet: DF, B7 and 00. RGB value is (223,183,0). Sum of RGB (Red+Green+Blue) = 223+183+0=406 (53% of max value = 765). Red value is 223 (87.5% from 255 or 54.93% from 406); Green value is 183 (71.88% from 255 or 45.07% from 406); Blue value is 0 (0.39% from 255 or 0% from 406); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB700 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFB700 is #2048FF. Grayscale: #AEAEAE. Windows color (decimal): -2115840 or 47071. OLE color: 47071.

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

Color convert

RGB 223 183 0 -
CMYK 0 0.18 1 0.13
HSL 49.24º 1% 0.44% -
HSV(B) 49.24º 1% 0.87% -
XYZ 47.36 49.55 7.07 -
YUV 174.1 29.75 162.88 -
System Red Green Blue C M Y K H S L
Decimal 223 183 0 0 0.18 1 0.13 49.24 1 0.44
Hex DF B7 0 0 12 64 D 31 64 2C
Octal 337 267 0 0 22 144 15 61 144 54
Binary 11011111 10110111 0 0 10010 1100100 1101 110001 1100100 101100

Color Harmonies of #DFB700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB700

Black with #DFB700

Text Example


Text Example

White with #DFB700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB700; }

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

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

background-color css

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

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

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

border-color css

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

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

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