#D6CE5F

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

Shades of Manz #D6CE5F

Tints of Manz #D6CE5F

Color information

#D6CE5F (or 0xD6CE5F) is unknown color: approx Manz. HEX triplet: D6, CE and 5F. RGB value is (214,206,95). Sum of RGB (Red+Green+Blue) = 214+206+95=515 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.55% from 515); Green value is 206 (80.86% from 255 or 40% from 515); Blue value is 95 (37.5% from 255 or 18.45% from 515); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CE5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6CE5F is #2931A0. Grayscale: #C4C4C4. Windows color (decimal): -2699681 or 6278870. OLE color: 6278870.

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

Color convert

RGB21420695-
CMYK00.040.560.16
HSL55.97º59.2%60.59%-
HSV(B)55.97º55.61%83.92%-
XYZ51.8759.2619.53-
YUV195.7471.15141.03-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.55%
GREEN value IS 206 (80.86% from 255) = 40%
BLUE value IS 95 (37.5% from 255) = 18.45%
R=41.55%
G=40%
B=18.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.56
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2142069500.040.560.1655.9759.260.59
HexD6CE5F043810383b3d
Octal326316137047020707375
Binary11010110110011101011111010011100010000111000111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CE5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CE5F; }

 p { color: rgb(214,206,95); }

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

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

 a { background-color: rgb(214,206,95); }

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

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

 span { border-color: rgb(214,206,95); }

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