Html Css Color HEX #D6B114 Sunflower

📋 copy color: '#D6B114'

red 214 ◦ green 177 ◦ blue 20

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

Shades of Sunflower #D6B114

Tints of Sunflower #D6B114

RGB

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

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

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

R = 52.07%
G = 43.07%
B = 4.87%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D6B114 (or 0xD6B114) is known color: Sunflower. HEX triplet: D6, B1 and 14. RGB value is (214,177,20). Sum of RGB (Red+Green+Blue) = 214+177+20=411 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.07% from 411); Green value is 177 (69.53% from 255 or 43.07% from 411); Blue value is 20 (8.20% from 255 or 4.87% from 411); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B114 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D6B114 is #294EEB. Grayscale: #AAAAAA. Windows color (decimal): -2707180 or 1356246. OLE color: 1356246.

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

Color convert

RGB 214 177 20 -
CMYK 0 0.17 0.91 0.16
HSL 48.56º 0.83% 0.46% -
HSV(B) 48.56º 0.91% 0.84% -
XYZ 43.58 45.79 7.2 -
YUV 170.17 43.26 159.27 -
System Red Green Blue C M Y K H S L
Decimal 214 177 20 0 0.17 0.91 0.16 48.56 0.83 0.46
Hex D6 B1 14 0 11 5B 10 31 53 2E
Octal 326 261 24 0 21 133 20 61 123 56
Binary 11010110 10110001 10100 0 10001 1011011 10000 110001 1010011 101110

Color Harmonies of #D6B114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B114

Black with #D6B114

Text Example


Text Example

White with #D6B114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B114; }

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

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

background-color css

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

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

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

border-color css

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

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

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