#D7C216

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

Shades of Sunflower #D7C216

Tints of Sunflower #D7C216

Color information

#D7C216 (or 0xD7C216) is unknown color: approx Sunflower. HEX triplet: D7, C2 and 16. RGB value is (215,194,22). Sum of RGB (Red+Green+Blue) = 215+194+22=431 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.88% from 431); Green value is 194 (76.17% from 255 or 45.01% from 431); Blue value is 22 (8.98% from 255 or 5.10% from 431); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C216 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7C216 is #283DE9. Grayscale: #B5B5B5. Windows color (decimal): -2637290 or 1491671. OLE color: 1491671.

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

Color convert

RGB21519422-
CMYK00.100.900.16
HSL53.47º81.43%46.47%-
HSV(B)53.47º89.77%84.31%-
XYZ47.4653.098.5-
YUV180.6738.46152.49-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 49.88%
GREEN value IS 194 (76.17% from 255) = 45.01%
BLUE value IS 22 (8.98% from 255) = 5.10%
R=49.88%
G=45.01%
B=5.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.90
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151942200.100.900.1653.4781.4346.47
HexD7C2160A5A1035512e
Octal32730226012132206512156
Binary110101111100001010110010101011010100001101011010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7C216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7C216; }

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

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

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

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

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

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

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

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