Html Css Color HEX #DFB110 Sunflower

📋 copy color: '#DFB110'

red 223 ◦ green 177 ◦ blue 16

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

Shades of Sunflower #DFB110

Tints of Sunflower #DFB110

RGB

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

 GREEN value IS 177 (69.53% from 255) = 42.55%

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

R = 53.61%
G = 42.55%
B = 3.85%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DFB110 (or 0xDFB110) is known color: Sunflower. HEX triplet: DF, B1 and 10. RGB value is (223,177,16). Sum of RGB (Red+Green+Blue) = 223+177+16=416 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.61% from 416); Green value is 177 (69.53% from 255 or 42.55% from 416); Blue value is 16 (6.64% from 255 or 3.85% from 416); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB110 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFB110 is #204EEF. Grayscale: #ADADAD. Windows color (decimal): -2117360 or 1094111. OLE color: 1094111.

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

Color convert

RGB 223 177 16 -
CMYK 0 0.21 0.93 0.13
HSL 46.67º 0.87% 0.47% -
HSV(B) 46.67º 0.93% 0.87% -
XYZ 46.25 47.17 7.16 -
YUV 172.4 39.74 164.09 -
System Red Green Blue C M Y K H S L
Decimal 223 177 16 0 0.21 0.93 0.13 46.67 0.87 0.47
Hex DF B1 10 0 15 5D D 2F 57 2F
Octal 337 261 20 0 25 135 15 57 127 57
Binary 11011111 10110001 10000 0 10101 1011101 1101 101111 1010111 101111

Color Harmonies of #DFB110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB110

Black with #DFB110

Text Example


Text Example

White with #DFB110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB110; }

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

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

background-color css

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

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

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

border-color css

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

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

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