#D8BB1E

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

Shades of Sunflower #D8BB1E

Tints of Sunflower #D8BB1E

Color information

#D8BB1E (or 0xD8BB1E) is unknown color: approx Sunflower. HEX triplet: D8, BB and 1E. RGB value is (216,187,30). Sum of RGB (Red+Green+Blue) = 216+187+30=433 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.88% from 433); Green value is 187 (73.44% from 255 or 43.19% from 433); Blue value is 30 (12.11% from 255 or 6.93% from 433); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BB1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8BB1E is #2744E1. Grayscale: #B2B2B2. Windows color (decimal): -2573538 or 2014168. OLE color: 2014168.

HSL color Cylindrical-coordinate representation of color #D8BB1E: hue angle of 50.65º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D8BB1E is Cyan = 0, Magento = 0.13, Yellow = 0.86 and Black (K on CMYK) = 0.15.

Color convert

RGB21618730-
CMYK00.130.860.15
HSL50.65º75.61%48.24%-
HSV(B)50.65º86.11%84.71%-
XYZ46.3250.238.48-
YUV177.7744.61155.27-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 49.88%
GREEN value IS 187 (73.44% from 255) = 43.19%
BLUE value IS 30 (12.11% from 255) = 6.93%
R=49.88%
G=43.19%
B=6.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.86
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161873000.130.860.1550.6575.6148.24
HexD8BB1E0D56F334c30
Octal33027336015126176311460
Binary11011000101110111111001101101011011111100111001100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8BB1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8BB1E; }

 p { color: rgb(216,187,30); }

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

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

 a { background-color: rgb(216,187,30); }

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

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

 span { border-color: rgb(216,187,30); }

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