Html Css Color HEX #DFB113 Sunflower

📋 copy color: '#DFB113'

red 223 ◦ green 177 ◦ blue 19

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

Shades of Sunflower #DFB113

Tints of Sunflower #DFB113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.53%

R = 53.22%
G = 42.24%
B = 4.53%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DFB113 (or 0xDFB113) is known color: Sunflower. HEX triplet: DF, B1 and 13. RGB value is (223,177,19). Sum of RGB (Red+Green+Blue) = 223+177+19=419 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.22% from 419); Green value is 177 (69.53% from 255 or 42.24% from 419); Blue value is 19 (7.81% from 255 or 4.53% from 419); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB113 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFB113 is #204EEC. Grayscale: #ADADAD. Windows color (decimal): -2117357 or 1290719. OLE color: 1290719.

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

Color convert

RGB 223 177 19 -
CMYK 0 0.21 0.91 0.13
HSL 46.47º 0.84% 0.47% -
HSV(B) 46.47º 0.91% 0.87% -
XYZ 46.27 47.18 7.28 -
YUV 172.74 41.24 163.85 -
System Red Green Blue C M Y K H S L
Decimal 223 177 19 0 0.21 0.91 0.13 46.47 0.84 0.47
Hex DF B1 13 0 15 5B D 2E 54 2F
Octal 337 261 23 0 25 133 15 56 124 57
Binary 11011111 10110001 10011 0 10101 1011011 1101 101110 1010100 101111

Color Harmonies of #DFB113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB113

Black with #DFB113

Text Example


Text Example

White with #DFB113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB113; }

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

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

background-color css

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

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

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

border-color css

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

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

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