Html Css Color HEX #DFB114 Sunflower

📋 copy color: '#DFB114'

red 223 ◦ green 177 ◦ blue 20

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

Shades of Sunflower #DFB114

Tints of Sunflower #DFB114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.76%

R = 53.1%
G = 42.14%
B = 4.76%

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

#DFB114 (or 0xDFB114) is known color: Sunflower. HEX triplet: DF, B1 and 14. RGB value is (223,177,20). Sum of RGB (Red+Green+Blue) = 223+177+20=420 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.10% from 420); Green value is 177 (69.53% from 255 or 42.14% from 420); Blue value is 20 (8.20% from 255 or 4.76% from 420); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB114 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFB114 is #204EEB. Grayscale: #ADADAD. Windows color (decimal): -2117356 or 1356255. OLE color: 1356255.

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

Color convert

RGB 223 177 20 -
CMYK 0 0.21 0.91 0.13
HSL 46.4º 0.84% 0.48% -
HSV(B) 46.4º 0.91% 0.87% -
XYZ 46.28 47.18 7.33 -
YUV 172.86 41.74 163.77 -
System Red Green Blue C M Y K H S L
Decimal 223 177 20 0 0.21 0.91 0.13 46.4 0.84 0.48
Hex DF B1 14 0 15 5B D 2E 54 30
Octal 337 261 24 0 25 133 15 56 124 60
Binary 11011111 10110001 10100 0 10101 1011011 1101 101110 1010100 110000

Color Harmonies of #DFB114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB114

Black with #DFB114

Text Example


Text Example

White with #DFB114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB114; }

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

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

background-color css

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

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

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

border-color css

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

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

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