#D7C801

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

Shades of Bird Flower #D7C801

Tints of Bird Flower #D7C801

Color information

#D7C801 (or 0xD7C801) is unknown color: approx Bird Flower. HEX triplet: D7, C8 and 01. RGB value is (215,200,1). Sum of RGB (Red+Green+Blue) = 215+200+1=416 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.68% from 416); Green value is 200 (78.52% from 255 or 48.08% from 416); Blue value is 1 (0.78% from 255 or 0.24% from 416); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C801 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7C801 is #2837FE. Grayscale: #B6B6B6. Windows color (decimal): -2635775 or 116951. OLE color: 116951.

HSL color Cylindrical-coordinate representation of color #D7C801: hue angle of 55.79º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D7C801 is Cyan = 0, Magento = 0.07, Yellow = 1.00 and Black (K on CMYK) = 0.16.

Color convert

RGB2152001-
CMYK00.071.000.16
HSL55.79º99.07%42.35%-
HSV(B)55.79º99.53%84.31%-
XYZ48.6855.768.23-
YUV181.825.97151.68-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 51.68%
GREEN value IS 200 (78.52% from 255) = 48.08%
BLUE value IS 1 (0.78% from 255) = 0.24%
R=51.68%
G=48.08%
B=0.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 1.00
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215200100.071.000.1655.7999.0742.35
HexD7C8107641038632a
Octal327310107144207014352
Binary1101011111001000101111100100100001110001100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7C801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7C801; }

 p { color: rgb(215,200,1); }

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

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

 a { background-color: rgb(215,200,1); }

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

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

 span { border-color: rgb(215,200,1); }

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