#D6CE5D

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

Shades of Manz #D6CE5D

Tints of Manz #D6CE5D

Color information

#D6CE5D (or 0xD6CE5D) is unknown color: approx Manz. HEX triplet: D6, CE and 5D. RGB value is (214,206,93). Sum of RGB (Red+Green+Blue) = 214+206+93=513 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.72% from 513); Green value is 206 (80.86% from 255 or 40.16% from 513); Blue value is 93 (36.72% from 255 or 18.13% from 513); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CE5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6CE5D is #2931A2. Grayscale: #C3C3C3. Windows color (decimal): -2699683 or 6147798. OLE color: 6147798.

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

Color convert

RGB21420693-
CMYK00.040.570.16
HSL56.03º59.61%60.2%-
HSV(B)56.03º56.54%83.92%-
XYZ51.7859.2319.06-
YUV195.5170.15141.19-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.72%
GREEN value IS 206 (80.86% from 255) = 40.16%
BLUE value IS 93 (36.72% from 255) = 18.13%
R=41.72%
G=40.16%
B=18.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2142069300.040.570.1656.0359.6160.2
HexD6CE5D043910383c3c
Octal326316135047120707474
Binary11010110110011101011101010011100110000111000111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CE5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CE5D; }

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

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

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

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

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

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

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

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