Html Css Color HEX #DFB111 Sunflower

📋 copy color: '#DFB111'

red 223 ◦ green 177 ◦ blue 17

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

Shades of Sunflower #DFB111

Tints of Sunflower #DFB111

RGB

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

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

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

R = 53.48%
G = 42.45%
B = 4.08%

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

#DFB111 (or 0xDFB111) is known color: Sunflower. HEX triplet: DF, B1 and 11. RGB value is (223,177,17). Sum of RGB (Red+Green+Blue) = 223+177+17=417 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.48% from 417); Green value is 177 (69.53% from 255 or 42.45% from 417); Blue value is 17 (7.03% from 255 or 4.08% from 417); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB111 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFB111 is #204EEE. Grayscale: #ADADAD. Windows color (decimal): -2117359 or 1159647. OLE color: 1159647.

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

Color convert

RGB 223 177 17 -
CMYK 0 0.21 0.92 0.13
HSL 46.6º 0.86% 0.47% -
HSV(B) 46.6º 0.92% 0.87% -
XYZ 46.25 47.17 7.2 -
YUV 172.51 40.24 164.01 -
System Red Green Blue C M Y K H S L
Decimal 223 177 17 0 0.21 0.92 0.13 46.6 0.86 0.47
Hex DF B1 11 0 15 5C D 2F 56 2F
Octal 337 261 21 0 25 134 15 57 126 57
Binary 11011111 10110001 10001 0 10101 1011100 1101 101111 1010110 101111

Color Harmonies of #DFB111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB111

Black with #DFB111

Text Example


Text Example

White with #DFB111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB111; }

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

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

background-color css

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

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

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

border-color css

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

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

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