#D8BC15

Color #D8BC15 Sunflower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sunflower #D8BC15

Tints of Sunflower #D8BC15

Color information

#D8BC15 (or 0xD8BC15) is unknown color: approx Sunflower. HEX triplet: D8, BC and 15. RGB value is (216,188,21). Sum of RGB (Red+Green+Blue) = 216+188+21=425 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.82% from 425); Green value is 188 (73.83% from 255 or 44.24% from 425); Blue value is 21 (8.59% from 255 or 4.94% from 425); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BC15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8BC15 is #2743EA. Grayscale: #B2B2B2. Windows color (decimal): -2573291 or 1424600. OLE color: 1424600.

HSL color Cylindrical-coordinate representation of color #D8BC15: hue angle of 51.38º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D8BC15 is Cyan = 0, Magento = 0.13, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB21618821-
CMYK00.130.900.15
HSL51.38º82.28%46.47%-
HSV(B)51.38º90.28%84.71%-
XYZ46.4450.628.03-
YUV177.3339.78155.58-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 50.82%
GREEN value IS 188 (73.83% from 255) = 44.24%
BLUE value IS 21 (8.59% from 255) = 4.94%
R=50.82%
G=44.24%
B=4.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.90
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161882100.130.900.1551.3882.2846.47
HexD8BC150D5AF33522e
Octal33027425015132176312256
Binary11011000101111001010101101101101011111100111010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8BC15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8BC15; }

 p { color: rgb(216,188,21); }

 H1.HeaderClassName
 {
   color: #D8BC15;
 }
 .AnyTagClassName
 {
   color: #D8BC15;
 }
</style>
background-color css

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

 a { background-color: rgb(216,188,21); }

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

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

 span { border-color: rgb(216,188,21); }

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