Html Css Color HEX #DFB310 Sunflower

📋 copy color: '#DFB310'

red 223 ◦ green 179 ◦ blue 16

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

Shades of Sunflower #DFB310

Tints of Sunflower #DFB310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.83%

R = 53.35%
G = 42.82%
B = 3.83%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DFB310 (or 0xDFB310) is known color: Sunflower. HEX triplet: DF, B3 and 10. RGB value is (223,179,16). Sum of RGB (Red+Green+Blue) = 223+179+16=418 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.35% from 418); Green value is 179 (70.31% from 255 or 42.82% from 418); Blue value is 16 (6.64% from 255 or 3.83% from 418); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB310 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFB310 is #204CEF. Grayscale: #AEAEAE. Windows color (decimal): -2116848 or 1094623. OLE color: 1094623.

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

Color convert

RGB 223 179 16 -
CMYK 0 0.20 0.93 0.13
HSL 47.25º 0.87% 0.47% -
HSV(B) 47.25º 0.93% 0.87% -
XYZ 46.65 47.97 7.29 -
YUV 173.57 39.08 163.25 -
System Red Green Blue C M Y K H S L
Decimal 223 179 16 0 0.20 0.93 0.13 47.25 0.87 0.47
Hex DF B3 10 0 14 5D D 2F 57 2F
Octal 337 263 20 0 24 135 15 57 127 57
Binary 11011111 10110011 10000 0 10100 1011101 1101 101111 1010111 101111

Color Harmonies of #DFB310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB310

Black with #DFB310

Text Example


Text Example

White with #DFB310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB310; }

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

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

background-color css

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

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

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

border-color css

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

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

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