Html Css Color HEX #DFB112 Sunflower

📋 copy color: '#DFB112'

red 223 ◦ green 177 ◦ blue 18

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

Shades of Sunflower #DFB112

Tints of Sunflower #DFB112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.31%

R = 53.35%
G = 42.34%
B = 4.31%

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

#DFB112 (or 0xDFB112) is known color: Sunflower. HEX triplet: DF, B1 and 12. RGB value is (223,177,18). Sum of RGB (Red+Green+Blue) = 223+177+18=418 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.35% from 418); Green value is 177 (69.53% from 255 or 42.34% from 418); Blue value is 18 (7.42% from 255 or 4.31% from 418); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB112 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFB112 is #204EED. Grayscale: #ADADAD. Windows color (decimal): -2117358 or 1225183. OLE color: 1225183.

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

Color convert

RGB 223 177 18 -
CMYK 0 0.21 0.92 0.13
HSL 46.54º 0.85% 0.47% -
HSV(B) 46.54º 0.92% 0.87% -
XYZ 46.26 47.18 7.24 -
YUV 172.63 40.74 163.93 -
System Red Green Blue C M Y K H S L
Decimal 223 177 18 0 0.21 0.92 0.13 46.54 0.85 0.47
Hex DF B1 12 0 15 5C D 2F 55 2F
Octal 337 261 22 0 25 134 15 57 125 57
Binary 11011111 10110001 10010 0 10101 1011100 1101 101111 1010101 101111

Color Harmonies of #DFB112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB112

Black with #DFB112

Text Example


Text Example

White with #DFB112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB112; }

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

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

background-color css

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

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

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

border-color css

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

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

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