Html Css Color HEX #D6B111 Sunflower

📋 copy color: '#D6B111'

red 214 ◦ green 177 ◦ blue 17

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

Shades of Sunflower #D6B111

Tints of Sunflower #D6B111

RGB

 RED value IS 214 (83.98% from 255) = 52.45%

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

 BLUE value IS 17 (7.03% from 255) = 4.17%

R = 52.45%
G = 43.38%
B = 4.17%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D6B111 (or 0xD6B111) is known color: Sunflower. HEX triplet: D6, B1 and 11. RGB value is (214,177,17). Sum of RGB (Red+Green+Blue) = 214+177+17=408 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.45% from 408); Green value is 177 (69.53% from 255 or 43.38% from 408); Blue value is 17 (7.03% from 255 or 4.17% from 408); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B111 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D6B111 is #294EEE. Grayscale: #AAAAAA. Windows color (decimal): -2707183 or 1159638. OLE color: 1159638.

HSL color Cylindrical-coordinate representation of color #D6B111: hue angle of 48.73º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D6B111 is Cyan = 0, Magento = 0.17, Yellow = 0.92 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 177 17 -
CMYK 0 0.17 0.92 0.16
HSL 48.73º 0.85% 0.45% -
HSV(B) 48.73º 0.92% 0.84% -
XYZ 43.55 45.78 7.07 -
YUV 169.82 41.76 159.51 -
System Red Green Blue C M Y K H S L
Decimal 214 177 17 0 0.17 0.92 0.16 48.73 0.85 0.45
Hex D6 B1 11 0 11 5C 10 31 55 2D
Octal 326 261 21 0 21 134 20 61 125 55
Binary 11010110 10110001 10001 0 10001 1011100 10000 110001 1010101 101101

Color Harmonies of #D6B111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B111

Black with #D6B111

Text Example


Text Example

White with #D6B111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B111; }

 p { color: rgb(214,177,17); }

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

background-color css

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

 a { background-color: rgb(214,177,17); }

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

border-color css

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

 span { border-color: rgb(214,177,17); }

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