#D6B707

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

Shades of Bird Flower #D6B707

Tints of Bird Flower #D6B707

Color information

#D6B707 (or 0xD6B707) is unknown color: approx Bird Flower. HEX triplet: D6, B7 and 07. RGB value is (214,183,7). Sum of RGB (Red+Green+Blue) = 214+183+7=404 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.97% from 404); Green value is 183 (71.88% from 255 or 45.30% from 404); Blue value is 7 (3.12% from 255 or 1.73% from 404); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B707 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6B707 is #2948F8. Grayscale: #ACACAC. Windows color (decimal): -2705657 or 505814. OLE color: 505814.

HSL color Cylindrical-coordinate representation of color #D6B707: hue angle of 51.01º degrees, saturation: 0.94, 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 #D6B707 is Cyan = 0, Magento = 0.14, Yellow = 0.97 and Black (K on CMYK) = 0.16.

Color convert

RGB2141837-
CMYK00.140.970.16
HSL51.01º93.67%43.33%-
HSV(B)51.01º96.73%83.92%-
XYZ44.748.187.14-
YUV172.234.77157.81-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 52.97%
GREEN value IS 183 (71.88% from 255) = 45.30%
BLUE value IS 7 (3.12% from 255) = 1.73%
R=52.97%
G=45.30%
B=1.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.97
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214183700.140.970.1651.0193.6743.33
HexD6B770E6110335e2b
Octal3262677016141206313653
Binary1101011010110111111011101100001100001100111011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B707

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B707; }

 p { color: rgb(214,183,7); }

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

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

 a { background-color: rgb(214,183,7); }

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

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

 span { border-color: rgb(214,183,7); }

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