Html Css Color HEX #D6BC13 Sunflower

📋 copy color: '#D6BC13'

red 214 ◦ green 188 ◦ blue 19

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

Shades of Sunflower #D6BC13

Tints of Sunflower #D6BC13

RGB

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

 GREEN value IS 188 (73.83% from 255) = 44.66%

 BLUE value IS 19 (7.81% from 255) = 4.51%

R = 50.83%
G = 44.66%
B = 4.51%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D6BC13 (or 0xD6BC13) is known color: Sunflower. HEX triplet: D6, BC and 13. RGB value is (214,188,19). Sum of RGB (Red+Green+Blue) = 214+188+19=421 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.83% from 421); Green value is 188 (73.83% from 255 or 44.66% from 421); Blue value is 19 (7.81% from 255 or 4.51% from 421); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BC13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6BC13 is #2943EC. Grayscale: #B1B1B1. Windows color (decimal): -2704365 or 1293526. OLE color: 1293526.

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

Color convert

RGB 214 188 19 -
CMYK 0 0.12 0.91 0.16
HSL 52º 0.84% 0.46% -
HSV(B) 52º 0.91% 0.84% -
XYZ 45.83 50.31 7.91 -
YUV 176.51 39.11 154.74 -
System Red Green Blue C M Y K H S L
Decimal 214 188 19 0 0.12 0.91 0.16 52 0.84 0.46
Hex D6 BC 13 0 C 5B 10 34 54 2E
Octal 326 274 23 0 14 133 20 64 124 56
Binary 11010110 10111100 10011 0 1100 1011011 10000 110100 1010100 101110

Color Harmonies of #D6BC13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BC13

Black with #D6BC13

Text Example


Text Example

White with #D6BC13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BC13; }

 p { color: rgb(214,188,19); }

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

background-color css

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

 a { background-color: rgb(214,188,19); }

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

border-color css

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

 span { border-color: rgb(214,188,19); }

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