Html Css Color HEX #D7BC14 Sunflower

📋 copy color: '#D7BC14'

red 215 ◦ green 188 ◦ blue 20

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

Shades of Sunflower #D7BC14

Tints of Sunflower #D7BC14

RGB

 RED value IS 215 (84.38% from 255) = 50.83%

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

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

R = 50.83%
G = 44.44%
B = 4.73%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D7BC14 (or 0xD7BC14) is known color: Sunflower. HEX triplet: D7, BC and 14. RGB value is (215,188,20). Sum of RGB (Red+Green+Blue) = 215+188+20=423 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.83% from 423); Green value is 188 (73.83% from 255 or 44.44% from 423); Blue value is 20 (8.20% from 255 or 4.73% from 423); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BC14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7BC14 is #2843EB. Grayscale: #B1B1B1. Windows color (decimal): -2638828 or 1359063. OLE color: 1359063.

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

Color convert

RGB 215 188 20 -
CMYK 0 0.13 0.91 0.16
HSL 51.69º 0.83% 0.46% -
HSV(B) 51.69º 0.91% 0.84% -
XYZ 46.13 50.46 7.97 -
YUV 176.92 39.45 155.16 -
System Red Green Blue C M Y K H S L
Decimal 215 188 20 0 0.13 0.91 0.16 51.69 0.83 0.46
Hex D7 BC 14 0 D 5B 10 34 53 2E
Octal 327 274 24 0 15 133 20 64 123 56
Binary 11010111 10111100 10100 0 1101 1011011 10000 110100 1010011 101110

Color Harmonies of #D7BC14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7BC14

Black with #D7BC14

Text Example


Text Example

White with #D7BC14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7BC14; }

 p { color: rgb(215,188,20); }

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

background-color css

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

 a { background-color: rgb(215,188,20); }

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

border-color css

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

 span { border-color: rgb(215,188,20); }

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