#D6CE5B

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

Shades of Manz #D6CE5B

Tints of Manz #D6CE5B

Color information

#D6CE5B (or 0xD6CE5B) is unknown color: approx Manz. HEX triplet: D6, CE and 5B. RGB value is (214,206,91). Sum of RGB (Red+Green+Blue) = 214+206+91=511 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.88% from 511); Green value is 206 (80.86% from 255 or 40.31% from 511); Blue value is 91 (35.94% from 255 or 17.81% from 511); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CE5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6CE5B is #2931A4. Grayscale: #C3C3C3. Windows color (decimal): -2699685 or 6016726. OLE color: 6016726.

HSL color Cylindrical-coordinate representation of color #D6CE5B: hue angle of 56.1º 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 #D6CE5B is Cyan = 0, Magento = 0.04, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB21420691-
CMYK00.040.570.16
HSL56.1º60%59.8%-
HSV(B)56.1º57.48%83.92%-
XYZ51.6959.1918.6-
YUV195.2869.15141.35-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.88%
GREEN value IS 206 (80.86% from 255) = 40.31%
BLUE value IS 91 (35.94% from 255) = 17.81%
R=41.88%
G=40.31%
B=17.81%

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
Decimal2142069100.040.570.1656.16059.8
HexD6CE5B043910383c3c
Octal326316133047120707474
Binary11010110110011101011011010011100110000111000111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CE5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CE5B; }

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

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

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

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

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

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

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

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