#D8C20E

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

Shades of Bird Flower #D8C20E

Tints of Bird Flower #D8C20E

Color information

#D8C20E (or 0xD8C20E) is unknown color: approx Bird Flower. HEX triplet: D8, C2 and 0E. RGB value is (216,194,14). Sum of RGB (Red+Green+Blue) = 216+194+14=424 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.94% from 424); Green value is 194 (76.17% from 255 or 45.75% from 424); Blue value is 14 (5.86% from 255 or 3.30% from 424); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C20E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8C20E is #273DF1. Grayscale: #B4B4B4. Windows color (decimal): -2571762 or 967384. OLE color: 967384.

HSL color Cylindrical-coordinate representation of color #D8C20E: hue angle of 53.47º 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 #D8C20E is Cyan = 0, Magento = 0.10, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB21619414-
CMYK00.100.940.15
HSL53.47º87.83%45.1%-
HSV(B)53.47º93.52%84.71%-
XYZ47.6953.218.17-
YUV180.0634.29153.64-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 50.94%
GREEN value IS 194 (76.17% from 255) = 45.75%
BLUE value IS 14 (5.86% from 255) = 3.30%
R=50.94%
G=45.75%
B=3.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.94
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161941400.100.940.1553.4787.8345.1
HexD8C2E0A5EF35582d
Octal33030216012136176513055
Binary1101100011000010111001010101111011111101011011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8C20E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8C20E; }

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

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

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

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

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

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

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

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