#D8C80E

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

Shades of Bird Flower #D8C80E

Tints of Bird Flower #D8C80E

Color information

#D8C80E (or 0xD8C80E) is unknown color: approx Bird Flower. HEX triplet: D8, C8 and 0E. RGB value is (216,200,14). Sum of RGB (Red+Green+Blue) = 216+200+14=430 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.23% from 430); Green value is 200 (78.52% from 255 or 46.51% from 430); Blue value is 14 (5.86% from 255 or 3.26% from 430); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C80E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8C80E is #2737F1. Grayscale: #B8B8B8. Windows color (decimal): -2570226 or 968920. OLE color: 968920.

HSL color Cylindrical-coordinate representation of color #D8C80E: hue angle of 55.25º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D8C80E is Cyan = 0, Magento = 0.07, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB21620014-
CMYK00.070.940.15
HSL55.25º87.83%45.1%-
HSV(B)55.25º93.52%84.71%-
XYZ49.0555.948.63-
YUV183.5832.3151.12-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 50.23%
GREEN value IS 200 (78.52% from 255) = 46.51%
BLUE value IS 14 (5.86% from 255) = 3.26%
R=50.23%
G=46.51%
B=3.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.94
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2162001400.070.940.1555.2587.8345.1
HexD8C8E075EF37582d
Octal3303101607136176713055
Binary110110001100100011100111101111011111101111011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8C80E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8C80E; }

 p { color: rgb(216,200,14); }

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

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

 a { background-color: rgb(216,200,14); }

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

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

 span { border-color: rgb(216,200,14); }

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