#D6CF5C

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

Shades of Manz #D6CF5C

Tints of Manz #D6CF5C

Color information

#D6CF5C (or 0xD6CF5C) is unknown color: approx Manz. HEX triplet: D6, CF and 5C. RGB value is (214,207,92). Sum of RGB (Red+Green+Blue) = 214+207+92=513 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.72% from 513); Green value is 207 (81.25% from 255 or 40.35% from 513); Blue value is 92 (36.33% from 255 or 17.93% from 513); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CF5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6CF5C is #2930A3. Grayscale: #C4C4C4. Windows color (decimal): -2699428 or 6082518. OLE color: 6082518.

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

Color convert

RGB21420792-
CMYK00.030.570.16
HSL56.56º59.8%60%-
HSV(B)56.56º57.01%83.92%-
XYZ51.9859.6918.91-
YUV195.9869.32140.85-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.72%
GREEN value IS 207 (81.25% from 255) = 40.35%
BLUE value IS 92 (36.33% from 255) = 17.93%
R=41.72%
G=40.35%
B=17.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2142079200.030.570.1656.5659.860
HexD6CF5C033910393c3c
Octal326317134037120717474
Binary1101011011001111101110001111100110000111001111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CF5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CF5C; }

 p { color: rgb(214,207,92); }

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

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

 a { background-color: rgb(214,207,92); }

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

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

 span { border-color: rgb(214,207,92); }

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