Html Css Color HEX #DFB106 Sunflower

📋 copy color: '#DFB106'

red 223 ◦ green 177 ◦ blue 6

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

Shades of Sunflower #DFB106

Tints of Sunflower #DFB106

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.48%

R = 54.93%
G = 43.6%
B = 1.48%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#DFB106 (or 0xDFB106) is known color: Sunflower. HEX triplet: DF, B1 and 06. RGB value is (223,177,6). Sum of RGB (Red+Green+Blue) = 223+177+6=406 (53% of max value = 765). Red value is 223 (87.5% from 255 or 54.93% from 406); Green value is 177 (69.53% from 255 or 43.60% from 406); Blue value is 6 (2.73% from 255 or 1.48% from 406); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB106 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFB106 is #204EF9. Grayscale: #ABABAB. Windows color (decimal): -2117370 or 438751. OLE color: 438751.

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

Color convert

RGB 223 177 6 -
CMYK 0 0.21 0.97 0.13
HSL 47.28º 0.95% 0.45% -
HSV(B) 47.28º 0.97% 0.87% -
XYZ 46.19 47.15 6.84 -
YUV 171.26 34.74 164.9 -
System Red Green Blue C M Y K H S L
Decimal 223 177 6 0 0.21 0.97 0.13 47.28 0.95 0.45
Hex DF B1 6 0 15 61 D 2F 5F 2D
Octal 337 261 6 0 25 141 15 57 137 55
Binary 11011111 10110001 110 0 10101 1100001 1101 101111 1011111 101101

Color Harmonies of #DFB106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB106

Black with #DFB106

Text Example


Text Example

White with #DFB106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB106; }

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

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

background-color css

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

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

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

border-color css

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

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

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