Html Css Color HEX #D6B110 Sunflower

📋 copy color: '#D6B110'

red 214 ◦ green 177 ◦ blue 16

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

Shades of Sunflower #D6B110

Tints of Sunflower #D6B110

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.93%

R = 52.58%
G = 43.49%
B = 3.93%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D6B110 (or 0xD6B110) is known color: Sunflower. HEX triplet: D6, B1 and 10. RGB value is (214,177,16). Sum of RGB (Red+Green+Blue) = 214+177+16=407 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.58% from 407); Green value is 177 (69.53% from 255 or 43.49% from 407); Blue value is 16 (6.64% from 255 or 3.93% from 407); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B110 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D6B110 is #294EEF. Grayscale: #AAAAAA. Windows color (decimal): -2707184 or 1094102. OLE color: 1094102.

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

Color convert

RGB 214 177 16 -
CMYK 0 0.17 0.93 0.16
HSL 48.79º 0.86% 0.45% -
HSV(B) 48.79º 0.93% 0.84% -
XYZ 43.55 45.78 7.03 -
YUV 169.71 41.26 159.59 -
System Red Green Blue C M Y K H S L
Decimal 214 177 16 0 0.17 0.93 0.16 48.79 0.86 0.45
Hex D6 B1 10 0 11 5D 10 31 56 2D
Octal 326 261 20 0 21 135 20 61 126 55
Binary 11010110 10110001 10000 0 10001 1011101 10000 110001 1010110 101101

Color Harmonies of #D6B110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B110

Black with #D6B110

Text Example


Text Example

White with #D6B110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B110; }

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

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

background-color css

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

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

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

border-color css

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

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

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