#D3C807

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

Shades of Bird Flower #D3C807

Tints of Bird Flower #D3C807

Color information

#D3C807 (or 0xD3C807) is unknown color: approx Bird Flower. HEX triplet: D3, C8 and 07. RGB value is (211,200,7). Sum of RGB (Red+Green+Blue) = 211+200+7=418 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.48% from 418); Green value is 200 (78.52% from 255 or 47.85% from 418); Blue value is 7 (3.12% from 255 or 1.67% from 418); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C807 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D3C807 is #2C37F8. Grayscale: #B6B6B6. Windows color (decimal): -2897913 or 510163. OLE color: 510163.

HSL color Cylindrical-coordinate representation of color #D3C807: hue angle of 56.76º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D3C807 is Cyan = 0, Magento = 0.05, Yellow = 0.97 and Black (K on CMYK) = 0.17.

Color convert

RGB2112007-
CMYK00.050.970.17
HSL56.76º93.58%42.75%-
HSV(B)56.76º96.68%82.75%-
XYZ47.5655.178.34-
YUV181.2929.64149.19-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 50.48%
GREEN value IS 200 (78.52% from 255) = 47.85%
BLUE value IS 7 (3.12% from 255) = 1.67%
R=50.48%
G=47.85%
B=1.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.97
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211200700.050.970.1756.7693.5842.75
HexD3C87056111395e2b
Octal323310705141217113653
Binary110100111100100011101011100001100011110011011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3C807

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3C807; }

 p { color: rgb(211,200,7); }

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

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

 a { background-color: rgb(211,200,7); }

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

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

 span { border-color: rgb(211,200,7); }

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