Html Css Color HEX #D6B014 Sunflower

📋 copy color: '#D6B014'

red 214 ◦ green 176 ◦ blue 20

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

Shades of Sunflower #D6B014

Tints of Sunflower #D6B014

RGB

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

 GREEN value IS 176 (69.14% from 255) = 42.93%

 BLUE value IS 20 (8.2% from 255) = 4.88%

R = 52.2%
G = 42.93%
B = 4.88%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D6B014 (or 0xD6B014) is known color: Sunflower. HEX triplet: D6, B0 and 14. RGB value is (214,176,20). Sum of RGB (Red+Green+Blue) = 214+176+20=410 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.20% from 410); Green value is 176 (69.14% from 255 or 42.93% from 410); Blue value is 20 (8.20% from 255 or 4.88% from 410); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B014 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D6B014 is #294FEB. Grayscale: #AAAAAA. Windows color (decimal): -2707436 or 1355990. OLE color: 1355990.

HSL color Cylindrical-coordinate representation of color #D6B014: hue angle of 48.25º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D6B014 is Cyan = 0, Magento = 0.18, Yellow = 0.91 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 176 20 -
CMYK 0 0.18 0.91 0.16
HSL 48.25º 0.83% 0.46% -
HSV(B) 48.25º 0.91% 0.84% -
XYZ 43.38 45.4 7.14 -
YUV 169.58 43.59 159.68 -
System Red Green Blue C M Y K H S L
Decimal 214 176 20 0 0.18 0.91 0.16 48.25 0.83 0.46
Hex D6 B0 14 0 12 5B 10 30 53 2E
Octal 326 260 24 0 22 133 20 60 123 56
Binary 11010110 10110000 10100 0 10010 1011011 10000 110000 1010011 101110

Color Harmonies of #D6B014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B014

Black with #D6B014

Text Example


Text Example

White with #D6B014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B014; }

 p { color: rgb(214,176,20); }

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

background-color css

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

 a { background-color: rgb(214,176,20); }

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

border-color css

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

 span { border-color: rgb(214,176,20); }

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