Html Css Color HEX #D7BC16 Sunflower

📋 copy color: '#D7BC16'

red 215 ◦ green 188 ◦ blue 22

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

Shades of Sunflower #D7BC16

Tints of Sunflower #D7BC16

RGB

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

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

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

R = 50.59%
G = 44.24%
B = 5.18%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D7BC16 (or 0xD7BC16) is known color: Sunflower. HEX triplet: D7, BC and 16. RGB value is (215,188,22). Sum of RGB (Red+Green+Blue) = 215+188+22=425 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.59% from 425); Green value is 188 (73.83% from 255 or 44.24% from 425); Blue value is 22 (8.98% from 255 or 5.18% from 425); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BC16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7BC16 is #2843E9. Grayscale: #B1B1B1. Windows color (decimal): -2638826 or 1490135. OLE color: 1490135.

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

Color convert

RGB 215 188 22 -
CMYK 0 0.13 0.90 0.16
HSL 51.61º 0.81% 0.46% -
HSV(B) 51.61º 0.9% 0.84% -
XYZ 46.15 50.47 8.07 -
YUV 177.15 40.45 155 -
System Red Green Blue C M Y K H S L
Decimal 215 188 22 0 0.13 0.90 0.16 51.61 0.81 0.46
Hex D7 BC 16 0 D 5A 10 34 51 2E
Octal 327 274 26 0 15 132 20 64 121 56
Binary 11010111 10111100 10110 0 1101 1011010 10000 110100 1010001 101110

Color Harmonies of #D7BC16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7BC16

Black with #D7BC16

Text Example


Text Example

White with #D7BC16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7BC16; }

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

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

background-color css

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

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

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

border-color css

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

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

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