Html Css Color HEX #D6B716 Sunflower

📋 copy color: '#D6B716'

red 214 ◦ green 183 ◦ blue 22

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

Shades of Sunflower #D6B716

Tints of Sunflower #D6B716

RGB

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

 GREEN value IS 183 (71.88% from 255) = 43.68%

 BLUE value IS 22 (8.98% from 255) = 5.25%

R = 51.07%
G = 43.68%
B = 5.25%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D6B716 (or 0xD6B716) is known color: Sunflower. HEX triplet: D6, B7 and 16. RGB value is (214,183,22). Sum of RGB (Red+Green+Blue) = 214+183+22=419 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.07% from 419); Green value is 183 (71.88% from 255 or 43.68% from 419); Blue value is 22 (8.98% from 255 or 5.25% from 419); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B716 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6B716 is #2948E9. Grayscale: #AEAEAE. Windows color (decimal): -2705642 or 1488854. OLE color: 1488854.

HSL color Cylindrical-coordinate representation of color #D6B716: hue angle of 50.31º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D6B716 is Cyan = 0, Magento = 0.14, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 183 22 -
CMYK 0 0.14 0.90 0.16
HSL 50.31º 0.81% 0.46% -
HSV(B) 50.31º 0.9% 0.84% -
XYZ 44.81 48.22 7.7 -
YUV 173.92 42.27 156.59 -
System Red Green Blue C M Y K H S L
Decimal 214 183 22 0 0.14 0.90 0.16 50.31 0.81 0.46
Hex D6 B7 16 0 E 5A 10 32 51 2E
Octal 326 267 26 0 16 132 20 62 121 56
Binary 11010110 10110111 10110 0 1110 1011010 10000 110010 1010001 101110

Color Harmonies of #D6B716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B716

Black with #D6B716

Text Example


Text Example

White with #D6B716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B716; }

 p { color: rgb(214,183,22); }

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

background-color css

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

 a { background-color: rgb(214,183,22); }

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

border-color css

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

 span { border-color: rgb(214,183,22); }

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