#D6CE5A

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

Shades of Manz #D6CE5A

Tints of Manz #D6CE5A

Color information

#D6CE5A (or 0xD6CE5A) is unknown color: approx Manz. HEX triplet: D6, CE and 5A. RGB value is (214,206,90). Sum of RGB (Red+Green+Blue) = 214+206+90=510 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.96% from 510); Green value is 206 (80.86% from 255 or 40.39% from 510); Blue value is 90 (35.55% from 255 or 17.65% from 510); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CE5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6CE5A is #2931A5. Grayscale: #C3C3C3. Windows color (decimal): -2699686 or 5951190. OLE color: 5951190.

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

Color convert

RGB21420690-
CMYK00.040.580.16
HSL56.13º60.19%59.61%-
HSV(B)56.13º57.94%83.92%-
XYZ51.6559.1818.37-
YUV195.1768.65141.43-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.96%
GREEN value IS 206 (80.86% from 255) = 40.39%
BLUE value IS 90 (35.55% from 255) = 17.65%
R=41.96%
G=40.39%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.58
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2142069000.040.580.1656.1360.1959.61
HexD6CE5A043A10383c3c
Octal326316132047220707474
Binary11010110110011101011010010011101010000111000111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CE5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CE5A; }

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

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

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

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

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

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

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

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