Html Css Color HEX #DFB011 Sunflower

📋 copy color: '#DFB011'

red 223 ◦ green 176 ◦ blue 17

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

Shades of Sunflower #DFB011

Tints of Sunflower #DFB011

RGB

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

 GREEN value IS 176 (69.14% from 255) = 42.31%

 BLUE value IS 17 (7.03% from 255) = 4.09%

R = 53.61%
G = 42.31%
B = 4.09%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DFB011 (or 0xDFB011) is known color: Sunflower. HEX triplet: DF, B0 and 11. RGB value is (223,176,17). Sum of RGB (Red+Green+Blue) = 223+176+17=416 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.61% from 416); Green value is 176 (69.14% from 255 or 42.31% from 416); Blue value is 17 (7.03% from 255 or 4.09% from 416); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB011 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFB011 is #204FEE. Grayscale: #ACACAC. Windows color (decimal): -2117615 or 1159391. OLE color: 1159391.

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

Color convert

RGB 223 176 17 -
CMYK 0 0.21 0.92 0.13
HSL 46.31º 0.86% 0.47% -
HSV(B) 46.31º 0.92% 0.87% -
XYZ 46.06 46.78 7.13 -
YUV 171.93 40.57 164.43 -
System Red Green Blue C M Y K H S L
Decimal 223 176 17 0 0.21 0.92 0.13 46.31 0.86 0.47
Hex DF B0 11 0 15 5C D 2E 56 2F
Octal 337 260 21 0 25 134 15 56 126 57
Binary 11011111 10110000 10001 0 10101 1011100 1101 101110 1010110 101111

Color Harmonies of #DFB011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB011

Black with #DFB011

Text Example


Text Example

White with #DFB011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB011; }

 p { color: rgb(223,176,17); }

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

background-color css

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

 a { background-color: rgb(223,176,17); }

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

border-color css

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

 span { border-color: rgb(223,176,17); }

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