Html Css Color HEX #DFB115 Sunflower

📋 copy color: '#DFB115'

red 223 ◦ green 177 ◦ blue 21

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

Shades of Sunflower #DFB115

Tints of Sunflower #DFB115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.99%

R = 52.97%
G = 42.04%
B = 4.99%

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

#DFB115 (or 0xDFB115) is known color: Sunflower. HEX triplet: DF, B1 and 15. RGB value is (223,177,21). Sum of RGB (Red+Green+Blue) = 223+177+21=421 (55% of max value = 765). Red value is 223 (87.5% from 255 or 52.97% from 421); Green value is 177 (69.53% from 255 or 42.04% from 421); Blue value is 21 (8.59% from 255 or 4.99% from 421); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB115 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFB115 is #204EEA. Grayscale: #ADADAD. Windows color (decimal): -2117355 or 1421791. OLE color: 1421791.

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

Color convert

RGB 223 177 21 -
CMYK 0 0.21 0.91 0.13
HSL 46.34º 0.83% 0.48% -
HSV(B) 46.34º 0.91% 0.87% -
XYZ 46.29 47.19 7.38 -
YUV 172.97 42.24 163.68 -
System Red Green Blue C M Y K H S L
Decimal 223 177 21 0 0.21 0.91 0.13 46.34 0.83 0.48
Hex DF B1 15 0 15 5B D 2E 53 30
Octal 337 261 25 0 25 133 15 56 123 60
Binary 11011111 10110001 10101 0 10101 1011011 1101 101110 1010011 110000

Color Harmonies of #DFB115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB115

Black with #DFB115

Text Example


Text Example

White with #DFB115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB115; }

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

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

background-color css

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

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

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

border-color css

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

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

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