Html Css Color HEX #D6B316 Sunflower

📋 copy color: '#D6B316'

red 214 ◦ green 179 ◦ blue 22

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

Shades of Sunflower #D6B316

Tints of Sunflower #D6B316

RGB

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

 GREEN value IS 179 (70.31% from 255) = 43.13%

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

R = 51.57%
G = 43.13%
B = 5.3%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D6B316 (or 0xD6B316) is known color: Sunflower. HEX triplet: D6, B3 and 16. RGB value is (214,179,22). Sum of RGB (Red+Green+Blue) = 214+179+22=415 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.57% from 415); Green value is 179 (70.31% from 255 or 43.13% from 415); Blue value is 22 (8.98% from 255 or 5.30% from 415); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B316 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6B316 is #294CE9. Grayscale: #ACACAC. Windows color (decimal): -2706666 or 1487830. OLE color: 1487830.

HSL color Cylindrical-coordinate representation of color #D6B316: hue angle of 49.06º 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 #D6B316 is Cyan = 0, Magento = 0.16, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 179 22 -
CMYK 0 0.16 0.90 0.16
HSL 49.06º 0.81% 0.46% -
HSV(B) 49.06º 0.9% 0.84% -
XYZ 44 46.59 7.43 -
YUV 171.57 43.6 158.27 -
System Red Green Blue C M Y K H S L
Decimal 214 179 22 0 0.16 0.90 0.16 49.06 0.81 0.46
Hex D6 B3 16 0 10 5A 10 31 51 2E
Octal 326 263 26 0 20 132 20 61 121 56
Binary 11010110 10110011 10110 0 10000 1011010 10000 110001 1010001 101110

Color Harmonies of #D6B316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B316

Black with #D6B316

Text Example


Text Example

White with #D6B316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B316; }

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

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

background-color css

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

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

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

border-color css

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

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

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