#D6CD0E

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

Shades of Bird Flower #D6CD0E

Tints of Bird Flower #D6CD0E

Color information

#D6CD0E (or 0xD6CD0E) is unknown color: approx Bird Flower. HEX triplet: D6, CD and 0E. RGB value is (214,205,14). Sum of RGB (Red+Green+Blue) = 214+205+14=433 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.42% from 433); Green value is 205 (80.47% from 255 or 47.34% from 433); Blue value is 14 (5.86% from 255 or 3.23% from 433); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CD0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6CD0E is #2932F1. Grayscale: #BABABA. Windows color (decimal): -2700018 or 970198. OLE color: 970198.

HSL color Cylindrical-coordinate representation of color #D6CD0E: hue angle of 57.3º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D6CD0E is Cyan = 0, Magento = 0.04, Yellow = 0.93 and Black (K on CMYK) = 0.16.

Color convert

RGB21420514-
CMYK00.040.930.16
HSL57.3º87.72%44.71%-
HSV(B)57.3º93.46%83.92%-
XYZ49.6457.998.99-
YUV185.9230.98148.03-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 49.42%
GREEN value IS 205 (80.47% from 255) = 47.34%
BLUE value IS 14 (5.86% from 255) = 3.23%
R=49.42%
G=47.34%
B=3.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.93
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2142051400.040.930.1657.387.7244.71
HexD6CDE045D1039582d
Octal3263151604135207113055
Binary1101011011001101111001001011101100001110011011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CD0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CD0E; }

 p { color: rgb(214,205,14); }

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

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

 a { background-color: rgb(214,205,14); }

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

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

 span { border-color: rgb(214,205,14); }

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