#D7D206

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

Shades of Bird Flower #D7D206

Tints of Bird Flower #D7D206

Color information

#D7D206 (or 0xD7D206) is unknown color: approx Bird Flower. HEX triplet: D7, D2 and 06. RGB value is (215,210,6). Sum of RGB (Red+Green+Blue) = 215+210+6=431 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.88% from 431); Green value is 210 (82.42% from 255 or 48.72% from 431); Blue value is 6 (2.73% from 255 or 1.39% from 431); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D206 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7D206 is #282DF9. Grayscale: #BDBDBD. Windows color (decimal): -2633210 or 447191. OLE color: 447191.

HSL color Cylindrical-coordinate representation of color #D7D206: hue angle of 58.56º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D7D206 is Cyan = 0, Magento = 0.02, Yellow = 0.97 and Black (K on CMYK) = 0.16.

Color convert

RGB2152106-
CMYK00.020.970.16
HSL58.56º94.57%43.33%-
HSV(B)58.56º97.21%84.31%-
XYZ51.160.559.17-
YUV188.2425.16147.09-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 49.88%
GREEN value IS 210 (82.42% from 255) = 48.72%
BLUE value IS 6 (2.73% from 255) = 1.39%
R=49.88%
G=48.72%
B=1.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.97
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215210600.020.970.1658.5694.5743.33
HexD7D260261103b5f2b
Octal327322602141207313753
Binary11010111110100101100101100001100001110111011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7D206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7D206; }

 p { color: rgb(215,210,6); }

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

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

 a { background-color: rgb(215,210,6); }

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

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

 span { border-color: rgb(215,210,6); }

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